mirror of
https://github.com/bitcoin/bips.git
synced 2026-02-23 15:38:22 +00:00
psbt2: Fix field number counting
PSBT_OUT_SCRIPT should be 0x04, not 0x03.
This commit is contained in:
@@ -501,7 +501,7 @@ determine which outputs are change outputs and verify that the change is returni
|
||||
| [[bip-psb2.mediawiki|psbt2]]
|
||||
|-
|
||||
| Output Script
|
||||
| <tt>PSBT_OUT_SCRIPT = 0x03</tt>
|
||||
| <tt>PSBT_OUT_SCRIPT = 0x04</tt>
|
||||
| None
|
||||
| No key data
|
||||
| <tt><script></tt>
|
||||
|
||||
Reference in New Issue
Block a user