good morning!!!!

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

back to debug log

parent 97bf9f15
Branches
Tags
No related merge requests found
......@@ -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/Generic-JSON-RPC
rpclogger.Infof("%s %s", req.Method, req.Params)
rpclogger.Debugf("%s %s", req.Method, req.Params)
switch req.Method {
case "web3_sha3":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment