aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc.cpp b/rpc.cpp
index e01ea0e3b6..dd94acc050 100644
--- a/rpc.cpp
+++ b/rpc.cpp
@@ -384,7 +384,7 @@ Value setaccount(const Array& params, bool fHelp)
uint160 hash160;
bool isValid = AddressToHash160(strAddress, hash160);
if (!isValid)
- throw runtime_error("provided address is not valid");
+ throw JSONRPCError(-5, "Invalid bitcoin address");
string strAccount;