File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ risk of being defrauded.
43
43
==Specification ==
44
44
45
45
The Partially Signed Bitcoin Transaction (PSBT) format consists of key-value maps.
46
- Each key-value pair must have a unique key within its scope; duplicates are not allowed.
47
- Each map consists of a sequence of records, terminated by a <tt>0x00 </tt> byte <ref >'''Why
46
+ Each map consists of a sequence of key-value records, terminated by a <tt>0x00 </tt> byte <ref >'''Why
48
47
is the separator here <tt>0x00 </tt> instead of <tt>0xff </tt>?'''
49
48
The separator here is used to distinguish between each chunk of data. A separator of 0x00 would mean that
50
49
the unserializer can read it as a key length of 0, which would never occur with actual keys. It can thus
51
- be used as a separator and allow for easier unserializer implementation.</ref >. The format
50
+ be used as a separator and allow for easier unserializer implementation.</ref >.
51
+ Each key-value pair must have a unique key within its scope; duplicates are not allowed. The format
52
52
of a record is as follows:
53
53
54
54
Note: <tt><..> </tt> indicates that the data is prefixed by a compact size unsigned integer representing
You can’t perform that action at this time.
0 commit comments