raise SIGINT instead of throwing exception in cli_wallet quit command
This commit is contained in:
parent
e310159ede
commit
40d928e57c
1 changed files with 0 additions and 5 deletions
|
|
@ -107,11 +107,6 @@ void cli::run()
|
||||||
catch ( const fc::exception& e )
|
catch ( const fc::exception& e )
|
||||||
{
|
{
|
||||||
std::cout << e.to_detail_string() << "\n";
|
std::cout << e.to_detail_string() << "\n";
|
||||||
|
|
||||||
if (e.code() == fc::canceled_exception_code)
|
|
||||||
{
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue