Skip to content

Commit

Permalink
GH-1510 trace_plugin_test.py run under instant-finality
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jan 31, 2024
1 parent 76fe85f commit 4744630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trace_plugin_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def startEnv(self) :
account_names = ["alice", "bob", "charlie"]
abs_path = os.path.abspath(os.getcwd() + '/unittests/contracts/eosio.token/eosio.token.abi')
traceNodeosArgs = " --verbose-http-errors --trace-rpc-abi eosio.token=" + abs_path
self.cluster.launch(totalNodes=2, extraNodeosArgs=traceNodeosArgs)
self.cluster.launch(totalNodes=2, activateIF=True, extraNodeosArgs=traceNodeosArgs)
self.walletMgr.launch()
testWalletName="testwallet"
testWallet=self.walletMgr.create(testWalletName, [self.cluster.eosioAccount, self.cluster.defproduceraAccount])
Expand Down

0 comments on commit 4744630

Please sign in to comment.