Merge pull request #10197 from bhandras/wallet-create-warning

commands: add extra warning on wallet creation
This commit is contained in:
Yong
2025-09-05 08:08:03 +08:00
committed by GitHub

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 !!!")
}