Clippy fix
This commit is contained in:
parent
3662224093
commit
b45617d1fd
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ impl CwVerifier<'_> {
|
|||
pub fn verify(
|
||||
&self,
|
||||
proofs: &[CommitmentProof; 2],
|
||||
root: &Vec<u8>,
|
||||
#[allow(clippy::ptr_arg)] root: &Vec<u8>, // TODO(hu55a1n1): fix this using `Cow` types
|
||||
keys: &[Vec<u8>; 2],
|
||||
value: &[u8],
|
||||
) -> Result<(), ProofError> {
|
||||
|
|
Loading…
Reference in a new issue