rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding 3a2d86e0c6
Fix example spend amount
In the segwit signing example we are using the incorrect value when
creating the signature - we should be using the utxo amount (input
amount) not the spend amount (output spend amount).

Close: #2680
2024-04-18 09:23:18 +10:00
..
bip32.rs Remove unnecessary m/ prefix requirement 2024-02-07 12:17:45 +01:00
ecdsa-psbt.rs 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
handshake.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
sighash.rs Upgrade secp dependency 2024-04-03 09:24:41 +11:00
sign-tx-segwit-v0.rs Fix example spend amount 2024-04-18 09:23:18 +10:00
sign-tx-taproot.rs Upgrade secp dependency 2024-04-03 09:24:41 +11:00
taproot-psbt.rs Allow m prefix in derivation paths 2024-04-11 07:23:30 +10:00