Skip to content

Commit

Permalink
--append
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Mar 4, 2024
1 parent 14da244 commit 31681e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion network/manifest-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ rm $HOME/.manifest/config/gentx/*.json

# Give yourself 1POASTAKE for the genesis Tx signed
manifestd init "$MONIKER" --chain-id $CHAIN_ID --staking-bond-denom poastake
manifestd add-genesis-account $KEYNAME_ADDR 1000000poastake
manifestd add-genesis-account $KEYNAME_ADDR 1000000poastake --append

# genesis transaction using all above variables
manifestd gentx $KEYNAME 1000000poastake \
Expand Down
2 changes: 1 addition & 1 deletion network/obvious-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ rm $HOME/.manifest/config/gentx/*.json

# Give yourself 1POASTAKE for the genesis Tx signed
manifestd init "$MONIKER" --chain-id $CHAIN_ID --staking-bond-denom poastake
manifestd add-genesis-account $KEYNAME_ADDR 1000000poastake
manifestd add-genesis-account $KEYNAME_ADDR 1000000poastake --append

# genesis transaction using all above variables
manifestd gentx $KEYNAME 1000000poastake \
Expand Down

0 comments on commit 31681e7

Please sign in to comment.