good morning!!!!

Skip to content
Snippets Groups Projects
Commit e861bbe0 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Merge branch 'rpcfrontier' into develop

parents e540a750 463491f8
Branches
Tags
No related merge requests found
...@@ -486,7 +486,7 @@ func (p *EthereumApi) GetBlockUncleCountByNumber(blocknum int64) (int64, error) ...@@ -486,7 +486,7 @@ func (p *EthereumApi) GetBlockUncleCountByNumber(blocknum int64) (int64, error)
func (p *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) error { func (p *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) error {
// Spec at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC // Spec at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC
rpclogger.Infof("%s %s", req.Method, req.Params) rpclogger.Debugf("%s %s", req.Method, req.Params)
switch req.Method { switch req.Method {
case "web3_sha3": case "web3_sha3":
args := new(Sha3Args) args := new(Sha3Args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment