commands: add extra warning on wallet creation

This commit is contained in:
Andras Banki-Horvath
2025-09-04 15:16:24 +02:00
parent d9647f8b79
commit ac18094a09

View File

@@ -935,4 +935,6 @@ func printCipherSeedWords(mnemonicWords []string) {
fmt.Println("\n!!!YOU MUST WRITE DOWN THIS SEED TO BE ABLE TO " +
"RESTORE THE WALLET!!!")
fmt.Println("\n!!! DO NOT UNDER ANY CIRCUMSTANCES SHARE THIS SEED " +
"WITH ANYONE AS IT MAY RESULT IN LOSS OF YOUR FUNDS !!!")
}