mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
shh_changed -> shh_getFilterChanges
This commit is contained in:
parent
4e115bc671
commit
dcbd78735b
@ -539,11 +539,11 @@ class WebThreeStubClient : public jsonrpc::Client
|
|||||||
else
|
else
|
||||||
throw jsonrpc::JsonRpcException(jsonrpc::Errors::ERROR_CLIENT_INVALID_RESPONSE, result.toStyledString());
|
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;
|
Json::Value p;
|
||||||
p.append(param1);
|
p.append(param1);
|
||||||
Json::Value result = this->CallMethod("shh_changed",p);
|
Json::Value result = this->CallMethod("shh_getFilterChanges",p);
|
||||||
if (result.isArray())
|
if (result.isArray())
|
||||||
return result;
|
return result;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user