diff options
author | Dmitry Petukhov <dp@simplexum.com> | 2019-12-09 12:21:09 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-09 12:21:09 +0500 |
commit | 267c02a4b5c5550309b84bd60b6f72d9989ffb9b (patch) | |
tree | 8759dd70138837b962503bf252e377578621b239 /bip-0174.mediawiki | |
parent | 8431b22b2d12fc4bc9f58d32c920a103ce926dc4 (diff) |
BIP174: remove 'first byte is the type' comment for key data
As the key type is now defined as compact size integer, `At the beginning of each key is a compact size unsigned integer representing the type`, the comment in the first table in the document, about first byte of the key being the key type is no longer accurate.
As the structure of the key data is described further in the text after the table, and the comment that it starts with the compact size integer seems a bit long to be in that table, I think it is better to just remove the comment about the key data structure from the table, and leave the explanation to the text after the table.
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r-- | bip-0174.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index 49bc060..b964c81 100644 --- a/bip-0174.mediawiki +++ b/bip-0174.mediawiki @@ -69,7 +69,7 @@ the length of that data. <tt>{..}</tt> indicates the raw data itself. |- | Key | byte[] -| The key itself with the first byte being the type of the key-value pair +| The Key itself |- | Value Length | Compact Size Unsigned Integer |