diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-01-13 23:37:08 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-01-13 23:37:08 +0800 |
commit | a81d835e4d27f600fac31f74d938d0b6502c3072 (patch) | |
tree | 1b7a4a4e5f6da29e03f248acef8679847c00ed9b /rpc/json.go | |
parent | 961e4da7d885a6d5d00fc7c3ab2e11c80c9eeecc (diff) | |
download | dexon-a81d835e4d27f600fac31f74d938d0b6502c3072.tar.gz dexon-a81d835e4d27f600fac31f74d938d0b6502c3072.tar.zst dexon-a81d835e4d27f600fac31f74d938d0b6502c3072.zip |
cleanup
Diffstat (limited to 'rpc/json.go')
-rw-r--r-- | rpc/json.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/json.go b/rpc/json.go index 2e6ef2c2b..dc37a7cb7 100644 --- a/rpc/json.go +++ b/rpc/json.go @@ -55,7 +55,7 @@ func (self jsonWrapper) ParseRequestBody(req *http.Request) (RpcRequest, error) } func (self jsonWrapper) GetRequestReply(xeth *EthereumApi, req *RpcRequest, reply *interface{}) error { - // call function for request method + // Spec at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC jsonlogger.DebugDetailf("%T %s", req.Params, req.Params) switch req.Method { case "eth_coinbase": |