Skip to content

Commit 5b07d25

Browse files
committed
fixed typos
1 parent 3b47980 commit 5b07d25

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

deploy/readme.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ tail -n 100 ~/app/chain.log
121121
~/app/waitFullSync.sh
122122
# wait for: 'The Node has been fully synced '
123123
```
124-
125-
Step4: Generate cmd for registering
124+
Generate cmd for registering
126125
```shell
126+
# ----------------- Step4: Generate cmd for registering
127127
# show new node id
128128
pchaind tendermint show-node-id
129129

@@ -170,8 +170,7 @@ export ONE_PUSH=000000000000000000npush
170170
export CHAIN_ID="push_501-1"
171171

172172
# we transfer 20k PUSH
173-
# does not work
174-
pchaind tx bank send "$FAUCET_WALLET" "$NODE_OWNER_WALLET" "20000$ONE_PUSH" --fees 1000000000000000npush --chain-id "$CHAIN_ID" --keyring-backend "$KEYRING"
173+
pchaind tx bank send "$FAUCET_WALLET" "$NODE_OWNER_WALLET" "20000$ONE_PUSH" --fees 1000000000000000npush --chain-id "$CHAIN_ID" --keyring-backend "$KEYRING"
175174
# check to have 20k PUSH
176175
pchaind query bank balances $NODE_OWNER_WALLET --chain-id $CHAIN_ID --keyring-backend $KEYRING
177176

0 commit comments

Comments
 (0)