Exclude array from formatting
Direct `rustfmt` to exclude formatting of a 32 byte array currently in 4 rows of 8 columns for obvious reasons.
This commit is contained in:
parent
fb7ff46ccc
commit
308a12b7cf
|
@ -22,6 +22,7 @@ use crate::prelude::*;
|
||||||
use crate::util::taproot::{TapLeafHash, TAPROOT_ANNEX_PREFIX, TapSighashHash, LeafVersion};
|
use crate::util::taproot::{TapLeafHash, TAPROOT_ANNEX_PREFIX, TapSighashHash, LeafVersion};
|
||||||
|
|
||||||
/// Used for signature hash for invalid use of SIGHASH_SINGLE.
|
/// Used for signature hash for invalid use of SIGHASH_SINGLE.
|
||||||
|
#[rustfmt::skip]
|
||||||
pub(crate) const UINT256_ONE: [u8; 32] = [
|
pub(crate) const UINT256_ONE: [u8; 32] = [
|
||||||
1, 0, 0, 0, 0, 0, 0, 0,
|
1, 0, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
|
|
Loading…
Reference in New Issue