diff options
Diffstat (limited to 'src/rpcclient.cpp')
-rw-r--r-- | src/rpcclient.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 0d1746b8ca..37a501bb17 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -236,7 +236,8 @@ int CommandLineRPC(int argc, char *argv[]) nRet = abs(RPC_MISC_ERROR); } catch (...) { - PrintException(NULL, "CommandLineRPC()"); + PrintExceptionContinue(NULL, "CommandLineRPC()"); + throw; } if (strPrint != "") |