We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9647f8 commit 8d972b7Copy full SHA for 8d972b7
cmd/commands/cmd_walletunlocker.go
@@ -935,4 +935,6 @@ func printCipherSeedWords(mnemonicWords []string) {
935
936
fmt.Println("\n!!!YOU MUST WRITE DOWN THIS SEED TO BE ABLE TO " +
937
"RESTORE THE WALLET!!!")
938
+ fmt.Println("\n !!! DO NOT UNDER ANY CIRCUMSTANCES SHARE THIS SEED " +
939
+ "WITH ANYONE AS IT MAY RESULT IN LOSS OF YOUR FUNDS !!!")
940
}
0 commit comments