Add back IOTA time in consensus params

This commit is contained in:
Aleksandr Bezobchuk 2019-04-08 18:14:27 -04:00
parent bec468953e
commit c255764c4f
No known key found for this signature in database
GPG Key ID: 7DAC30FBD99879B0
1 changed files with 3 additions and 0 deletions

View File

@ -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
genesis['app_state']['mint']['params']['blocks_per_year'] = '4855015'