Skip to content

Commit

Permalink
fix(renaming): denom used after chain-init
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed May 14, 2024
1 parent 0891760 commit 39f1810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ docker run --rm \
genesis collect-gentxs \
--home ${CHAIN_HOME}
sed -i ${SED_FLAG} 's/"stake"/"uknow"/g' ${CHAIN_HOME}/config/genesis.json
sed -i ${SED_FLAG} 's/"stake"/"uaxone"/g' ${CHAIN_HOME}/config/genesis.json
'''

Expand Down

0 comments on commit 39f1810

Please sign in to comment.