Skip to content

Commit

Permalink
Fix bug introduced by #252 where genesis file was no longer being cop…
Browse files Browse the repository at this point in the history
…ied to the right location
  • Loading branch information
Olshansk committed Dec 21, 2023
1 parent de028c6 commit ec93520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ localnet_regenesis: ## Regenerate the localnet genesis file
mkdir -p $(POKTROLLD_HOME)/config/
cp -r ${HOME}/.poktroll/keyring-test $(POKTROLLD_HOME)
cp ${HOME}/.poktroll/config/*_key.json $(POKTROLLD_HOME)/config/
cp ${HOME}/.poktroll/config/genesis.json $(POKTROLLD_HOME)/config/

# TODO_BLOCKER(@okdas): Figure out how to copy these over w/ a functional state.
# cp ${HOME}/.poktroll/config/app.toml $(POKTROLLD_HOME)/config/app.toml
Expand Down

0 comments on commit ec93520

Please sign in to comment.