We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ignored_unit_patterns
1 parent 6db0383 commit 8abf2baCopy full SHA for 8abf2ba
1 file changed
examples/tx.rs
@@ -32,7 +32,7 @@ fn main() {
32
33
let res = tx.verify_tx_amt_proofs(&secp, &[txout]);
34
match res {
35
- Ok(_) => {}
+ Ok(()) => {}
36
Err(e) => {
37
panic!("{}", e);
38
}
0 commit comments