Merge pull request #68 from cogutvalera/valera_issue_1193
Capture Ctrl+C in cli_wallet when not in daemon mode #1193
This commit is contained in:
commit
8174558041
1 changed files with 0 additions and 5 deletions
|
|
@ -107,11 +107,6 @@ void cli::run()
|
|||
catch ( const fc::exception& e )
|
||||
{
|
||||
std::cout << e.to_detail_string() << "\n";
|
||||
|
||||
if (e.code() == fc::canceled_exception_code)
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue