diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2023-07-26 19:53:36 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2023-07-26 19:53:36 +0000 |
commit | 69d872461b239059d134c195347267289e19535d (patch) | |
tree | 55c48bb6e5d43b0f67764c4c2cc8a2b1ec0e2533 | |
parent | 2cccaf650fc3f8bfbd0c8429ee52245cb2db311f (diff) |
bip-0300: Fix upvote vector example
-rw-r--r-- | bip-0300.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0300.mediawiki b/bip-0300.mediawiki index 20c5584..5a09935 100644 --- a/bip-0300.mediawiki +++ b/bip-0300.mediawiki @@ -291,7 +291,7 @@ The version number allows us to shrink the upvote vector in many cases. Version If a sidechain has no pending bundles, then it is skipped over when M4 is created and parsed. -For example, an upvote vector of { 2 , N/A, 1 } would be represented as [0x6A,D77D1776,01,00,00]. It means: "upvote the first bundle in sidechain #1; and the first bundle in sidechain #3" (iff sidechains #2 has no bundles proposed). +For example, an upvote vector of { 2 , N/A, 1 } would be represented as [0x6A,D77D1776,01,01,00]. It means: "upvote the second bundle in sidechain #1; and the first bundle in sidechain #3" (iff sidechains #2 has no bundles proposed). An upvote vector of { N/A, N/A, 4 } would be [0x6A,D77D1776,01,03]. |