Merge pull request #4480 from CandleHater/patch-1
lncli: remove new line from password confirmation
This commit is contained in:
commit
36eb666cb7
@ -1481,7 +1481,7 @@ func capturePassword(instruction string, optional bool,
|
||||
continue
|
||||
}
|
||||
|
||||
fmt.Println("Confirm password:")
|
||||
fmt.Printf("Confirm password: ")
|
||||
passwordConfirmed, err := terminal.ReadPassword(
|
||||
int(syscall.Stdin),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user