aboutsummaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-26 19:15:12 +0800
committerobscuren <geffobscura@gmail.com>2015-03-26 19:15:12 +0800
commit4ba850639ede569bda4413b8e986b26726950d08 (patch)
treeda8627f47477eb33d81ecc54d6a2b458dbb418cb /rpc
parentace5b5a1bf881ab1219f8252144faf1836e0a994 (diff)
downloadgo-tangerine-4ba850639ede569bda4413b8e986b26726950d08.tar
go-tangerine-4ba850639ede569bda4413b8e986b26726950d08.tar.gz
go-tangerine-4ba850639ede569bda4413b8e986b26726950d08.tar.bz2
go-tangerine-4ba850639ede569bda4413b8e986b26726950d08.tar.lz
go-tangerine-4ba850639ede569bda4413b8e986b26726950d08.tar.xz
go-tangerine-4ba850639ede569bda4413b8e986b26726950d08.tar.zst
go-tangerine-4ba850639ede569bda4413b8e986b26726950d08.zip
updated web3.js light for console
Diffstat (limited to 'rpc')
-rw-r--r--rpc/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/api.go b/rpc/api.go
index aa5b54199..230d9ff9c 100644
--- a/rpc/api.go
+++ b/rpc/api.go
@@ -50,7 +50,7 @@ func (api *EthereumApi) Close() {
func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) error {
// Spec at https://github.com/ethereum/wiki/wiki/JSON-RPC
- rpclogger.Debugf("%s %s", req.Method, req.Params)
+ rpclogger.Infof("%s %s", req.Method, req.Params)
switch req.Method {
case "web3_sha3":