rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding 832b726d03
Stop using all_zeros
Recently we deprecated the `all_zeros` functions on `Wtxid` and
`Txid` but for some reason our usage of them is not triggering a lint
warning.

Note please that this changes logic slightly, for example by using an
array of `0xFF` bytes instead of all zeros. Done in an effort to make it
even more obvious that the value is a dummy value and not mix it up with
the all zeros being used for coinbase thing.
2024-09-11 10:39:49 +10:00
..
bip32.rs
ecdsa-psbt-simple.rs Stop using all_zeros 2024-09-11 10:39:49 +10:00
ecdsa-psbt.rs 2024-09-01 automated rustfmt nightly 2024-09-01 01:22:04 +00:00
handshake.rs
sighash.rs
sign-tx-segwit-v0.rs Stop using all_zeros 2024-09-11 10:39:49 +10:00
sign-tx-taproot.rs Stop using all_zeros 2024-09-11 10:39:49 +10:00
taproot-psbt-simple.rs Stop using all_zeros 2024-09-11 10:39:49 +10:00
taproot-psbt.rs 2024-09-01 automated rustfmt nightly 2024-09-01 01:22:04 +00:00