updated web3.js light for console

This commit is contained in:
obscuren 2015-03-26 12:15:12 +01:00
parent ace5b5a1bf
commit 4ba850639e
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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":