We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc034af commit 6366f8eCopy full SHA for 6366f8e
bip-0174.mediawiki
@@ -819,6 +819,9 @@ If an updater is updating a PSBT and needs to add a field that is only available
819
New fields should first be proposed on the bitcoin-dev mailing list.
820
If a field requires significant description as to its usage, it should be accompanied by a separate BIP.
821
The field must be added to the field listing tables in the Specification section.
822
+Although some PSBT version 0 implementations encode types as uint8_t rather than compact size,
823
+it is still safe to add >0xFD fields to PSBT 0, because these old parsers ignore
824
+unknown fields, and <keytype> is prefixed by its length.
825
826
===Procedure For New Versions===
827
0 commit comments