diff options
author | obscuren <geffobscura@gmail.com> | 2015-04-02 18:58:17 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-04-02 18:58:17 +0800 |
commit | 3f4c1aaf01032787367a97b6e4574c2784179546 (patch) | |
tree | e1f2dfa401557e07f520ceade83988c15e0ab463 /rpc/api.go | |
parent | 0f3bf7ef4de95b8012eb9bba717323b9e89c5908 (diff) | |
download | dexon-3f4c1aaf01032787367a97b6e4574c2784179546.tar.gz dexon-3f4c1aaf01032787367a97b6e4574c2784179546.tar.zst dexon-3f4c1aaf01032787367a97b6e4574c2784179546.zip |
info => debug
Diffstat (limited to 'rpc/api.go')
-rw-r--r-- | rpc/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/api.go b/rpc/api.go index d9206eb79..4a17d3b15 100644 --- a/rpc/api.go +++ b/rpc/api.go @@ -36,7 +36,7 @@ func (api *EthereumApi) xethAtStateNum(num int64) *xeth.XEth { func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) error { // Spec at https://github.com/ethereum/wiki/wiki/JSON-RPC - rpclogger.Infof("%s %s", req.Method, req.Params) + rpclogger.Debugf("%s %s", req.Method, req.Params) switch req.Method { case "web3_sha3": |