Allow many arguments in test function
This is a unit test helper function, it is ok to have a whole bunch of arguments.
This commit is contained in:
parent
c0c88fe87d
commit
271d0ba068
|
@ -1007,6 +1007,7 @@ mod tests {
|
||||||
assert_eq!(Annex::new(&[0x51, 0x50]), Err(Error::WrongAnnex));
|
assert_eq!(Annex::new(&[0x51, 0x50]), Err(Error::WrongAnnex));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
fn test_taproot_sighash(
|
fn test_taproot_sighash(
|
||||||
tx_hex: &str,
|
tx_hex: &str,
|
||||||
prevout_hex: &str,
|
prevout_hex: &str,
|
||||||
|
|
Loading…
Reference in New Issue