mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +02:00
Merge pull request #4480 from CandleHater/patch-1
lncli: remove new line from password confirmation
This commit is contained in:
@@ -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),
|
||||
)
|
||||
|
Reference in New Issue
Block a user