Closed lempire123 closed 1 year ago
There is an issue in deploy_upgrade() that the upgrade index is not cleared after each call.
deploy_upgrade()
Therefore, deploy_upgrade()will pass the check io.block_height() <= index + state.upgrade_delay_blocks since index remains unchanged from previous calls.
io.block_height() <= index + state.upgrade_delay_blocks
index
There is an issue in
deploy_upgrade()
that the upgrade index is not cleared after each call.Therefore,
deploy_upgrade()
will pass the checkio.block_height() <= index + state.upgrade_delay_blocks
sinceindex
remains unchanged from previous calls.