Skip to content

Commit

Permalink
GH-1510 Add INSTANT_FINALITY to bios-boot-tutorial.py
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Dec 18, 2023
1 parent 7b77b32 commit 2242de7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutorials/bios-boot-tutorial/bios-boot-tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ def stepSetSystemContract():
# DISABLE_DEFERRED_TRXS_STAGE_2 - PREVENT PREVIOUSLY SCHEDULED DEFERRED TRANSACTIONS FROM REACHING OTHER NODE
# THIS DEPENDS ON DISABLE_DEFERRED_TRXS_STAGE_1
retry(args.cleos + 'push action eosio activate \'["09e86cb0accf8d81c9e85d34bea4b925ae936626d00c984e4691186891f5bc16"]\' -p eosio@active')
# INSTANT_FINALITY
retry(args.cleos + 'push action eosio activate \'["8cb6dd1e5607208331eb5983141e159c75a597413887e80e8a9a4b715a507eb7"]\' -p eosio@active')
sleep(1)

# install eosio.system latest version
Expand Down

0 comments on commit 2242de7

Please sign in to comment.