Skip to content

Commit

Permalink
update gennesis block
Browse files Browse the repository at this point in the history
  • Loading branch information
allgamescoindev committed Sep 1, 2018
1 parent be62ab3 commit 86e8604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_jsonrpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_allgamescoind():
config_text = AllGamesCoinConfig.slurp_config_file(config.allgamescoin_conf)
network = 'mainnet'
is_testnet = False
genesis_hash = u'00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6'
genesis_hash = u'0000043c6374e2da57aca089e7a5110f7848349c44a4522c3066ba1abf126633'
for line in config_text.split("\n"):
if line.startswith('testnet=1'):
network = 'testnet'
Expand Down

0 comments on commit 86e8604

Please sign in to comment.