Skip to content

Commit c630563

Browse files
committed
removed min-gas-price flag from upgrade test single node
1 parent a86b41f commit c630563

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ contrib/scripts/cosmos-genesis-tinkerer
2020
contrib/scripts/tinkered_genesis.json
2121
contrib/scripts/preprocessing.json
2222
contrib/scripts/umeed-releases
23+
# preprocessing can appear from the shell curdir that is cosmos-genesis-tinkerer is running
24+
preprocessing.json
2325

2426
# Dependency directories (remove the comment below to include it)
2527
# vendor/

contrib/scripts/upgrade-test-single-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ sleep $VOTING_PERIOD
8686
# Starts a different file for logging
8787
nodeLogPath=$hdir.umeed-v2.log
8888

89-
$UMEED_BIN_V2 $nodeHomeFlag start --minimum-gas-prices=0.001uumee --grpc.address="0.0.0.0:9090" --grpc-web.enable=false --log_level $LOG_LEVEL > $nodeLogPath 2>&1 &
89+
$UMEED_BIN_V2 $nodeHomeFlag start --grpc.address="0.0.0.0:9090" --grpc-web.enable=false --log_level $LOG_LEVEL > $nodeLogPath 2>&1 &
9090

9191
# Gets the node pid
9292
echo $! > $UMEED_V1_PID_FILE

0 commit comments

Comments
 (0)