diff options
Diffstat (limited to 'rpc.cpp')
-rw-r--r-- | rpc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |