1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

BIP 174: Specify that separator only appears at end of the map

This commit is contained in:
Ben Carman 2019-12-11 15:53:06 -06:00 committed by GitHub
parent 8431b22b2d
commit e097b1d38a
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.