Skip to content

Commit

Permalink
containers: fix unneeded mutable resolver borrow in validation
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 4, 2024
1 parent ebd6122 commit a8ca960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/consignment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ impl<const TRANSFER: bool> Consignment<TRANSFER> {

pub fn validate(
self,
resolver: &mut impl ResolveWitness,
resolver: &impl ResolveWitness,
// TODO: Add sig validator
//_: &impl SigValidator,
testnet: bool,
Expand Down

0 comments on commit a8ca960

Please sign in to comment.