summaryrefslogtreecommitdiff
path: root/bip-0174.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2021-04-22 22:45:04 +0000
committerGitHub <noreply@github.com>2021-04-22 22:45:04 +0000
commit5935963e7702cba27f5857782b2fac169130f98e (patch)
tree6ffb885ff6444de2a7a803103057197133cf1953 /bip-0174.mediawiki
parent48cc3ae3b299411aaee9dd24746e452a0fca3487 (diff)
parentf45d7c578481540fd88436a53b4123e332355ded (diff)
downloadbips-5935963e7702cba27f5857782b2fac169130f98e.tar.xz
Merge pull request #1094 from kiminuo/patch-3
Update bip-0174.mediawiki
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r--bip-0174.mediawiki6
1 files changed, 2 insertions, 4 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki
index 75fea0e..56d9cdb 100644
--- a/bip-0174.mediawiki
+++ b/bip-0174.mediawiki
@@ -74,13 +74,11 @@ Where:
: Magic bytes which are ASCII for psbt <ref>'''Why use 4 bytes for psbt?''' The
transaction format needed to start with a 5 byte header which uniquely identifies
it. The first bytes were chosen to be the ASCII for psbt because that stands for
-Partially Signed Bitcoin Transaction. </ref> followed by a separator of <tt>0xFF</tt>
-<ref>'''Why Use a separator after the magic bytes?''' The separator
+Partially Signed Bitcoin Transaction. </ref> followed by a separator of <tt>0xFF</tt><ref>'''Why Use a separator after the magic bytes?''' The separator
is part of the 5 byte header for PSBT. This byte is a separator of <tt>0xff</tt> because
this will cause any non-PSBT unserializer to fail to properly unserialize the PSBT
as a normal transaction. Likewise, since the 5 byte header is fixed, no transaction
-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.
+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.
The currently defined global types are as follows: