Browse Source

missing return in toJsonEx

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
7355368df1
  1. 2
      libweb3jsonrpc/WebThreeStubServerBase.cpp

2
libweb3jsonrpc/WebThreeStubServerBase.cpp

@ -246,6 +246,8 @@ static Json::Value toJsonEx(dev::eth::LocalisedLogEntries const& _es)
res.append(currentBlock);
}
return res;
}
static Json::Value toJson(dev::eth::LocalisedLogEntries const& _es)

Loading…
Cancel
Save