diff options
author | Bas van Kervel <bas@ethdev.com> | 2015-07-06 21:59:36 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-07 17:30:23 +0800 |
commit | 7e6c1f8024d0cc0f381c615cab3c97b57fc9515e (patch) | |
tree | e9eee95bdf3a6ca55b39328d7dc2a32d18a8e31e /rpc/api/utils.go | |
parent | ceb0739ba111215d47cc2ff9d80d542fa26d764a (diff) | |
download | go-tangerine-7e6c1f8024d0cc0f381c615cab3c97b57fc9515e.tar go-tangerine-7e6c1f8024d0cc0f381c615cab3c97b57fc9515e.tar.gz go-tangerine-7e6c1f8024d0cc0f381c615cab3c97b57fc9515e.tar.bz2 go-tangerine-7e6c1f8024d0cc0f381c615cab3c97b57fc9515e.tar.lz go-tangerine-7e6c1f8024d0cc0f381c615cab3c97b57fc9515e.tar.xz go-tangerine-7e6c1f8024d0cc0f381c615cab3c97b57fc9515e.tar.zst go-tangerine-7e6c1f8024d0cc0f381c615cab3c97b57fc9515e.zip |
corrected input formatters as suggested during review
Diffstat (limited to 'rpc/api/utils.go')
-rw-r--r-- | rpc/api/utils.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rpc/api/utils.go b/rpc/api/utils.go index a96d105fb..d64cfc7cf 100644 --- a/rpc/api/utils.go +++ b/rpc/api/utils.go @@ -91,8 +91,6 @@ var ( "net": []string{ "peerCount", "listening", - "version", - "peers", }, "personal": []string{ "listAccounts", |