Add back IOTA time in consensus params
This commit is contained in:
parent
bec468953e
commit
c255764c4f
|
@ -15,6 +15,9 @@ def process_raw_genesis(genesis, parsed_args):
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# default tm value
|
||||||
|
genesis['consensus_params']['block']['time_iota_ms'] = '1000'
|
||||||
|
|
||||||
# proposal #1 updates
|
# proposal #1 updates
|
||||||
genesis['app_state']['mint']['params']['blocks_per_year'] = '4855015'
|
genesis['app_state']['mint']['params']['blocks_per_year'] = '4855015'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue