Exclude long function call
Skip formatting `taproot_signature_hash` function calls in test code.
This commit is contained in:
parent
ff5a80dbd3
commit
b2e74bc050
|
@ -1269,6 +1269,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[rustfmt::skip] // Allow long function call `taproot_signature_hash`.
|
||||||
fn test_sighash_errors() {
|
fn test_sighash_errors() {
|
||||||
let dumb_tx = Transaction {
|
let dumb_tx = Transaction {
|
||||||
version: 0,
|
version: 0,
|
||||||
|
|
Loading…
Reference in New Issue