Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrusu committed Aug 17, 2021
1 parent 81659d3 commit 18b6d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/reissue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ fn bench_reissue_100_to_1(c: &mut Criterion) {
.find(|o| o.public_key_set.public_key() == owner_pk)
.unwrap();
let amount_secrets =
sn_dbc::DbcHelper::decrypt_amount_secrets(&owner, &dbc.content).unwrap();
sn_dbc::DbcHelper::decrypt_amount_secrets(owner, &dbc.content).unwrap();
(dbc, amount_secrets)
}))
.add_output(sn_dbc::Output {
Expand Down

0 comments on commit 18b6d9a

Please sign in to comment.