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

View File

@ -279,8 +279,8 @@ mnemonicCheck:
lookAhead, err := strconv.Atoi(answer)
if err != nil {
fmt.Println("Unable to parse recovery "+
"window: %v", err)
fmt.Printf("Unable to parse recovery "+
"window: %v\n", err)
continue
}
@ -323,7 +323,8 @@ mnemonicCheck:
mnemonicWords := cipherSeedMnemonic
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---------------")