File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ contrib/scripts/cosmos-genesis-tinkerer
2020contrib /scripts /tinkered_genesis.json
2121contrib /scripts /preprocessing.json
2222contrib /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/
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ sleep $VOTING_PERIOD
8686# Starts a different file for logging
8787nodeLogPath=$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
9292echo $! > $UMEED_V1_PID_FILE
You can’t perform that action at this time.
0 commit comments