From 3d7de75aaa8e2dd80efec00f3357ec30e383f837 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 18 Nov 2014 12:41:10 +0100 Subject: [PATCH] Renaming and fixes. --- webthreestubclient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webthreestubclient.h b/webthreestubclient.h index 162c84b4f..e69ae3451 100644 --- a/webthreestubclient.h +++ b/webthreestubclient.h @@ -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; p.append(param1); - Json::Value result = this->client->CallMethod("eth_getMessages",p); + Json::Value result = this->client->CallMethod("eth_getLogs",p); if (result.isArray()) return result; else