lncli: fix go vet recommendations

This commit is contained in:
Oliver Gugger 2020-09-25 15:18:45 +02:00
parent ca679e0f0e
commit 44524fd2e5
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

@ -279,8 +279,8 @@ mnemonicCheck:
lookAhead, err := strconv.Atoi(answer) lookAhead, err := strconv.Atoi(answer)
if err != nil { if err != nil {
fmt.Println("Unable to parse recovery "+ fmt.Printf("Unable to parse recovery "+
"window: %v", err) "window: %v\n", err)
continue continue
} }
@ -323,7 +323,8 @@ mnemonicCheck:
mnemonicWords := cipherSeedMnemonic mnemonicWords := cipherSeedMnemonic
fmt.Println("!!!YOU MUST WRITE DOWN THIS SEED TO BE ABLE TO " + fmt.Println("!!!YOU MUST WRITE DOWN THIS SEED TO BE ABLE TO " +
"RESTORE THE WALLET!!!\n") "RESTORE THE WALLET!!!")
fmt.Println()
fmt.Println("---------------BEGIN LND CIPHER SEED---------------") fmt.Println("---------------BEGIN LND CIPHER SEED---------------")