rust-bitcoin-unsafe-fast/bitcoin/examples
Jamil Lambert, PhD 282434d4bd
Use variable directly in format! string
There is a new lint error on nightly-2025-04-25 "variables can be used
directly in the `format!` string".

Use the variables in the `format!` string for all cases in
`bitcoin/examples/`.
2025-05-06 09:49:03 +01:00
..
bip32.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
create-p2wpkh-address.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
ecdsa-psbt-simple.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
ecdsa-psbt.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
handshake.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
io.rs bitcoin: Add an example of doing I/O to encode/decode 2025-01-08 10:18:00 +11:00
script.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
sighash.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
sign-tx-segwit-v0.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
sign-tx-taproot.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
taproot-psbt-simple.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
taproot-psbt.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00