Skip to content

Commit b506ad2

Browse files
committed
Update hash_genesis_block
1 parent e971d31 commit b506ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import hashlib
44

55
MINING_DIFFICULTY = 2
6-
HASH_GENESIS_BLOCK = "2c1000ab01910992ffdc4cbd28c78698b11c63887caaf8b02e0959e83e11a8e3"
6+
HASH_GENESIS_BLOCK = "a37c5dfb2a28763c7e4468f4d817f109d9ae4ccbbb7fdefe9ee2f27b0ab3974f"
77

88

99
class Block(object):

0 commit comments

Comments
 (0)