aboutsummaryrefslogtreecommitdiff
path: root/rpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rpc.cpp')
-rw-r--r--rpc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpc.cpp b/rpc.cpp
index 113de85a9d..422113a449 100644
--- a/rpc.cpp
+++ b/rpc.cpp
@@ -628,6 +628,8 @@ Value getbalance(const Array& params, bool fHelp)
if (params.size() == 0)
return ((double)GetBalance() / (double)COIN);
+ throw runtime_error("under construction"); //// to be released soon
+
string strAccount = params[0].get_str();
int nMinDepth = 1;
if (params.size() > 1)