You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0174.mediawiki
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,10 +260,9 @@ pass those key-value pairs through when re-serializing the transaction.
260
260
261
261
===Handling Duplicated Keys===
262
262
263
-
Keys within each scope should never be duplicated; all keys in the format are unique. However implementors
264
-
will still need to handle events where keys are duplicated, either duplicated in the transaction
265
-
itself or when combining transactions with duplicated fields. If duplicated keys are
266
-
encountered, the software may choose to use any of the values corresponding to that key.
263
+
Keys within each scope should never be duplicated; all keys in the format are unique. PSBTs containing duplicate keys are invalid. However implementors
264
+
will still need to handle events where keys are duplicated when combining transactions with duplicated fields. In this event, the software may choose
0 commit comments