From a6e87c20d6fdcfafe8f66fefc371e68eb740dbd9 Mon Sep 17 00:00:00 2001 From: Uncle Stinky Date: Wed, 9 Sep 2026 03:31:24 +0300 Subject: [PATCH] corrected text for genesis generation message Signed-off-by: Uncle Stinky --- scripts/starter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/starter.sh b/scripts/starter.sh index 63ba689..0183cbb 100755 --- a/scripts/starter.sh +++ b/scripts/starter.sh @@ -599,7 +599,7 @@ if [ "$GENERATE_GENESIS" = true ]; then echo " - $WALLET_KEY_PATH" echo " - $STASH_KEY_PATH" 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 "Submit a PR with these keys to: https://git.ghostchain.io/ghostchain/ghost-node" echo ""