Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli committed Dec 14, 2023
1 parent 60567bd commit 7ac5fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init_and_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHAINID=$3
PEERS=$4
GENESIS_FILE=$5
DATA_DIR=/data
IBC_DENOM=`jq '.app_state.crisis.constant_fee.denom' $GENESIS_FILE`
IBC_TOKEN_DENOM=`jq '.app_state.crisis.constant_fee.denom' $GENESIS_FILE`

if [ ! -f "$DATA_DIR/config/config.toml" ]; then
# Initialize node's configuration files.
Expand Down

0 comments on commit 7ac5fc8

Please sign in to comment.