lncli: remove new line from password confirmation
The password instruction in the same function and many other related outputs use Printf except of Println.
This commit is contained in:
parent
cfbc365c20
commit
c8ad071011
@ -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