aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webthreestubclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webthreestubclient.h b/webthreestubclient.h
index 298f166a..8b1893a4 100644
--- a/webthreestubclient.h
+++ b/webthreestubclient.h
@@ -539,11 +539,11 @@ class WebThreeStubClient : public jsonrpc::Client
else
throw jsonrpc::JsonRpcException(jsonrpc::Errors::ERROR_CLIENT_INVALID_RESPONSE, result.toStyledString());
}
- Json::Value shh_changed(const std::string& param1) throw (jsonrpc::JsonRpcException)
+ Json::Value shh_getFilterChanges(const std::string& param1) throw (jsonrpc::JsonRpcException)
{
Json::Value p;
p.append(param1);
- Json::Value result = this->CallMethod("shh_changed",p);
+ Json::Value result = this->CallMethod("shh_getFilterChanges",p);
if (result.isArray())
return result;
else