Skip to content

Commit 69d8724

Browse files
committed
bip-0300: Fix upvote vector example
1 parent 2cccaf6 commit 69d8724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0300.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ The version number allows us to shrink the upvote vector in many cases. Version
291291

292292
If a sidechain has no pending bundles, then it is skipped over when M4 is created and parsed.
293293

294-
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).
294+
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).
295295

296296
An upvote vector of { N/A, N/A, 4 } would be [0x6A,D77D1776,01,03].
297297

0 commit comments

Comments
 (0)