Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 4d25d08

Browse files
committed
Merge pull request #315 from janx/patch-8
update bloom doc to 2048-bit bloom filter (was 512-bit)
2 parents 7d4cc3f + 74cf3e7 commit 4d25d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/bloom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
bloom(0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6)
1515
sha3: bd2b01afcd27800b54d2179edc49e2bffde5078bb6d0b204694169b1643fb108
16-
first double-bytes: bd2b, 01af, cd27 -- which leads to bits in bloom --> 299, 431, 295
16+
first double-bytes: bd2b, 01af, cd27 -- which leads to bits in bloom --> 1323, 431, 1319
1717
1818
blooms in this module are of type 'int'
1919
"""

0 commit comments

Comments
 (0)