rust-bitcoin-unsafe-fast/src/blockdata
Tobin Harding 6a0ec1ac47 Remove redundant _eq
`assert!` already checks a boolean, it is redundant to use `assert_eq!`
and pass in `true`.

Remove redundant usage of `assert_eq!(foo, true)`.
2022-03-10 07:13:55 +11:00
..
block.rs Put && operator at front of line 2022-01-25 10:21:06 +11:00
constants.rs Add subsidy halving interval constant 2022-01-20 08:52:46 -08:00
mod.rs Introduce Witness struct mainly to improve ser/de performance while keeping most usability. 2021-12-28 09:56:38 +01:00
opcodes.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
script.rs Simplify read_scriptbool 2022-01-26 16:52:41 +11:00
transaction.rs Remove redundant _eq 2022-03-10 07:13:55 +11:00
witness.rs Add Witness::new() 2022-01-11 07:37:20 +05:30