diff options
author | Luke Dashjr <luke_github1@dashjr.org> | 2019-12-13 16:06:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-13 16:06:41 +0000 |
commit | 56fe789358ddf207daa0587f41449ce5d2668eaf (patch) | |
tree | 1e530a0364ddfd4e537a6b7889129547eaccf479 | |
parent | feb5395fe024f830fa7eb774a5b73d0fd65f11ce (diff) | |
parent | 267c02a4b5c5550309b84bd60b6f72d9989ffb9b (diff) |
Merge pull request #866 from dgpv/patch-6
BIP174: remove 'first byte is the type' comment for key data
-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 f8a97e1..d8f76cc 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 |