lncli: fix go vet recommendations
This commit is contained in:
parent
ca679e0f0e
commit
44524fd2e5
@ -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---------------")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user