mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Renaming and fixes.
This commit is contained in:
parent
7b30c14ded
commit
3d7de75aaa
@ -228,12 +228,12 @@ p.append(param3);
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Json::Value eth_getMessages(const int& param1) throw (jsonrpc::JsonRpcException)
|
Json::Value eth_getLogs(const int& param1) throw (jsonrpc::JsonRpcException)
|
||||||
{
|
{
|
||||||
Json::Value p;
|
Json::Value p;
|
||||||
p.append(param1);
|
p.append(param1);
|
||||||
|
|
||||||
Json::Value result = this->client->CallMethod("eth_getMessages",p);
|
Json::Value result = this->client->CallMethod("eth_getLogs",p);
|
||||||
if (result.isArray())
|
if (result.isArray())
|
||||||
return result;
|
return result;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user