We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c292e72 commit e81ee40Copy full SHA for e81ee40
adapter/src/dummy.rs
@@ -58,7 +58,7 @@ impl Adapter for DummyAdapter<'_> {
58
/// let adapter = DummyAdapter { config, participants: HashMap::new() };
59
///
60
/// let signature = "Dummy adapter signature for 6162636465666768696a6b6c6d6e6f707172737475767778797a303132333435 by identity";
61
- /// assert!(adapter.verify("identity", "doesn't matter", signature) )
+ /// assert!(adapter.verify("identity", "doesn't matter", signature));
62
/// ```
63
fn verify(&self, signer: &str, _state_root: &str, signature: &str) -> bool {
64
// select the `identity` and compare it to the signer
0 commit comments