Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Sep 20, 2024
1 parent 4940da4 commit a3a8729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testground/benchmark/benchmark/stateless.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def do_run(
wait_for_block(cli, 3)

if txs:
asyncio.run(transaction.send_txs(txs))
asyncio.run(transaction.send(txs))

# node quit when the chain is idle or halted for a while
detect_idle_halted(20, 20)
Expand Down

0 comments on commit a3a8729

Please sign in to comment.