corrected text for genesis generation message

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky 2026-09-09 03:31:24 +03:00
parent 43ec3492ef
commit a6e87c20d6
Signed by: st1nky
GPG Key ID: 016064BD97603B40

View File

@ -599,7 +599,7 @@ if [ "$GENERATE_GENESIS" = true ]; then
echo " - $WALLET_KEY_PATH" echo " - $WALLET_KEY_PATH"
echo " - $STASH_KEY_PATH" echo " - $STASH_KEY_PATH"
echo "" echo ""
echo "IMPORTANT: Create a pool request to include these keys in the upcoming genesis." echo "IMPORTANT: Create a pull request to include these keys in the upcoming genesis."
echo "DO NOT DELETE THESE KEYS OR THE GENESIS WILL BE INVALID!" echo "DO NOT DELETE THESE KEYS OR THE GENESIS WILL BE INVALID!"
echo "Submit a PR with these keys to: https://git.ghostchain.io/ghostchain/ghost-node" echo "Submit a PR with these keys to: https://git.ghostchain.io/ghostchain/ghost-node"
echo "" echo ""