Skip to content

Commit

Permalink
Update testground/benchmark/benchmark/peer.py
Browse files Browse the repository at this point in the history
Co-authored-by: mmsqe <mavis@crypto.com>
Signed-off-by: yihuang <huang@crypto.com>
  • Loading branch information
yihuang and mmsqe authored Jul 4, 2024
1 parent ceb9117 commit 910b7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testground/benchmark/benchmark/peer.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def init_node(
GenesisAccount(address=account_addr, balance=ACC_INITIAL_AMOUNT),
]

node_id = cli("comet", "show-node-id")
node_id = cli("comet", "show-node-id", **default_kwargs)
peer_id = f"{node_id}@{ip}:26656"
peer = PeerPacket(
ip=str(ip),
Expand Down

0 comments on commit 910b7e3

Please sign in to comment.