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:
Tobin C. Harding 2022-06-07 15:24:31 +10:00
parent c0c88fe87d
commit 271d0ba068
1 changed files with 1 additions and 0 deletions

View File

@ -1007,6 +1007,7 @@ mod tests {
assert_eq!(Annex::new(&[0x51, 0x50]), Err(Error::WrongAnnex));
}
#[allow(clippy::too_many_arguments)]
fn test_taproot_sighash(
tx_hex: &str,
prevout_hex: &str,