1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 11:08:05 +01:00

Merge pull request #869 from benthecarman/patch-2

BIP 174: Specify that separator only appears at end of the map
This commit is contained in:
Luke Dashjr 2020-01-03 04:31:58 +00:00 committed by GitHub
commit 24eddbb48a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ The format of each key-value map is as follows:
| separator
| char
| <tt>0x00</tt>
| Must be <tt>0x00</tt>.
| Must be <tt>0x00</tt> at the end of the map.
|}
At the beginning of each key is a compact size unsigned integer representing the type.