Commit 03e0e77
committed
Merge #23: Fix example spend amount
49ec983 Fix example spend amount (Tobin C. Harding)
Pull request description:
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).
Also fixed in `rust-bitcoin` PR [#2696](https://github.com/rust-bitcoin/rust-bitcoin).
ACKs for top commit:
apoelstra:
ACK 49ec983
Tree-SHA512: e7487ca04ab579b044e36a6a171c12a5f27872d7aaf95f0114d18872226d2f74174bdb7dd03072c4feecf9c25bb99fc97cdd20c0d76515c51413b95b2a8e7ce81 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments