We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897a7a5 commit b032a80Copy full SHA for b032a80
resources/scenarios/test_scenarios/p2p_interface.py
@@ -18,8 +18,7 @@ def __init__(self):
18
self.blocks = defaultdict(int)
19
20
def on_block(self, message):
21
- message.block.calc_sha256()
22
- self.blocks[message.block.sha256] += 1
+ self.blocks[message.block.hash_int] += 1
23
24
25
class GetdataTest(Commander):
0 commit comments