mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-13 12:32:48 +02:00
commands: add extra warning on wallet creation
This commit is contained in:
parent
d9647f8b79
commit
ac18094a09
1 changed files with 2 additions and 0 deletions
|
|
@ -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 !!!")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue