Skip to content

Commit

Permalink
Remove mistakenly introduced arg from CometMock
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt authored Sep 15, 2023
1 parent 04e319f commit b00b22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/testnet-scripts/start-chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ NODE_HOMES=${NODE_HOMES%?}
# CometMock takes the role of the query node
if [[ "$USE_COMETMOCK" == "true" ]]; then
sleep 2
ip netns exec $QUERY_NET_NAMESPACE_NAME cometmock $NODE_LISTEN_ADDR_STR /$CHAIN_ID/genesis.json tcp://$CHAIN_IP_PREFIX.$QUERY_IP_SUFFIX:26658 $NODE_HOMES grpc 5 &> cometmock_${CHAIN_ID}_out.log &
ip netns exec $QUERY_NET_NAMESPACE_NAME cometmock $NODE_LISTEN_ADDR_STR /$CHAIN_ID/genesis.json tcp://$CHAIN_IP_PREFIX.$QUERY_IP_SUFFIX:26658 $NODE_HOMES grpc &> cometmock_${CHAIN_ID}_out.log &
sleep 3
fi

Expand Down

0 comments on commit b00b22a

Please sign in to comment.