Skip to content

Commit

Permalink
chore: fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Feb 26, 2024
1 parent 2f4bf12 commit a906aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbc/src/anchor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl<L: mpc::Proof + StrictDumb, D: dbc::Proof<M>, M: DbcMethod> Anchor<L, D, M>
txid: witness_txid,
mpc_proof,
dbc_proof,
_method: PhantomData::default(),
_method: PhantomData,
}
}
}
Expand Down

0 comments on commit a906aab

Please sign in to comment.