Skip to content

Commit 5935963

Browse files
authored
Merge pull request bitcoin#1094 from kiminuo/patch-3
Update bip-0174.mediawiki
2 parents 48cc3ae + f45d7c5 commit 5935963

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bip-0174.mediawiki

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,11 @@ Where:
7474
: Magic bytes which are ASCII for psbt <ref>'''Why use 4 bytes for psbt?''' The
7575
transaction format needed to start with a 5 byte header which uniquely identifies
7676
it. The first bytes were chosen to be the ASCII for psbt because that stands for
77-
Partially Signed Bitcoin Transaction. </ref> followed by a separator of <tt>0xFF</tt>
78-
<ref>'''Why Use a separator after the magic bytes?''' The separator
77+
Partially Signed Bitcoin Transaction. </ref> followed by a separator of <tt>0xFF</tt><ref>'''Why Use a separator after the magic bytes?''' The separator
7978
is part of the 5 byte header for PSBT. This byte is a separator of <tt>0xff</tt> because
8079
this will cause any non-PSBT unserializer to fail to properly unserialize the PSBT
8180
as a normal transaction. Likewise, since the 5 byte header is fixed, no transaction
82-
in the non-PSBT format will be able to be unserialized by a PSBT unserializer.</ref>. This integer must be serialized
83-
in most significant byte order.
81+
in the non-PSBT format will be able to be unserialized by a PSBT unserializer.</ref>. This integer must be serialized in most significant byte order.
8482
8583
The currently defined global types are as follows:
8684

0 commit comments

Comments
 (0)