mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
password: flush cout when prompting for password without newline
This commit is contained in:
parent
8a7b3ff138
commit
2bb2c1b9d7
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ namespace
|
|||
while (true)
|
||||
{
|
||||
if (message)
|
||||
std::cout << message <<": ";
|
||||
std::cout << message <<": " << std::flush;
|
||||
if (!read_from_tty(pass1))
|
||||
return false;
|
||||
if (verify)
|
||||
|
|
Loading…
Reference in a new issue