diff options
author | Andrew Chow <achow101-github@achow101.com> | 2022-06-02 19:31:32 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2022-06-02 22:37:39 -0400 |
commit | 5861862f598a7837a101dada50ee22aaa09e5c4f (patch) | |
tree | 105c22776561a1899696d57ac893c70e184147c8 /bip-0370.mediawiki | |
parent | aa807d5a139cb36cf258553da4510142edf53edb (diff) |
370: clarify inputs/outputs modifiable
Clarify that these flags only mean whether inputs/outputs can be
removed, not whether fields can be added or removed for each
input/output.
Diffstat (limited to 'bip-0370.mediawiki')
-rw-r--r-- | bip-0370.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0370.mediawiki b/bip-0370.mediawiki index 533d6da..cecd4ae 100644 --- a/bip-0370.mediawiki +++ b/bip-0370.mediawiki @@ -103,7 +103,7 @@ The new global types for PSBT Version 2 are as follows: | None | No key data | <tt><8-bit uint></tt> -| An 8 bit little endian unsigned integer as a bitfield for various transaction modification flags. Bit 0 is the Inputs Modifiable Flag and indicates whether inputs can be modified. Bit 1 is the Outputs Modifiable Flag and indicates whether outputs can be modified. Bit 2 is the Has SIGHASH_SINGLE flag and indicates whether the transaction has a SIGHASH_SINGLE signature who's input and output pairing must be preserved. Bit 2 essentially indicates that the Constructor must iterate the inputs to determine whether and how to add an input. +| An 8 bit unsigned integer as a bitfield for various transaction modification flags. Bit 0 is the Inputs Modifiable Flag and indicates whether inputs can be added or removed. Bit 1 is the Outputs Modifiable Flag and indicates whether outputs can be added or removed. Bit 2 is the Has SIGHASH_SINGLE flag and indicates whether the transaction has a SIGHASH_SINGLE signature who's input and output pairing must be preserved. Bit 2 essentially indicates that the Constructor must iterate the inputs to determine whether and how to add or remove an input. | | 0 | 2 |