Skip to content

Commit 6241b8e

Browse files
author
Beau Shinkle
committed
Use the correct simplified explanation
1 parent 415e151 commit 6241b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/sortitionTreeTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ describe("SortitionTree", () => {
128128
// 0x00000000,00000000,00000000,00000000,00000000,00000000,00000000,1000fff1
129129
// slot 7 slot 6 slot 5 slot 4 slot 3 slot 2 slot 1 slot 0
130130
// without the commas added for readability. All the padding zeros are
131-
// dropped when we hexlify, which simplifies to 0x1100000000.
131+
// dropped when we hexlify, which simplifies to 0x1000fff1.
132132
})
133133
})
134134

0 commit comments

Comments
 (0)