mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #3957
2bb2c1b
password: flush cout when prompting for password without newline (moneromooo-monero)
This commit is contained in:
commit
66212837ab
@ -164,7 +164,7 @@ namespace
|
|||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
if (message)
|
if (message)
|
||||||
std::cout << message <<": ";
|
std::cout << message <<": " << std::flush;
|
||||||
if (!read_from_tty(pass1))
|
if (!read_from_tty(pass1))
|
||||||
return false;
|
return false;
|
||||||
if (verify)
|
if (verify)
|
||||||
|
Loading…
Reference in New Issue
Block a user