aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/web3.go
diff options
context:
space:
mode:
authorBas van Kervel <bas@ethdev.com>2015-06-08 20:50:11 +0800
committerBas van Kervel <basvankervel@gmail.com>2015-06-11 20:01:40 +0800
commitd2a87f6f72b1582fd6e220e2a00d7c3f5a6df335 (patch)
tree251442afd362566e0b7f9e0cfb66fdcda4324634 /rpc/api/web3.go
parent4b9b633dfe8c36d3a8909024ff23a1cdedce44d8 (diff)
downloadgo-tangerine-d2a87f6f72b1582fd6e220e2a00d7c3f5a6df335.tar.gz
go-tangerine-d2a87f6f72b1582fd6e220e2a00d7c3f5a6df335.tar.zst
go-tangerine-d2a87f6f72b1582fd6e220e2a00d7c3f5a6df335.zip
added net API
Diffstat (limited to 'rpc/api/web3.go')
-rw-r--r--rpc/api/web3.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/api/web3.go b/rpc/api/web3.go
index 4c51c4a97..c46457ce6 100644
--- a/rpc/api/web3.go
+++ b/rpc/api/web3.go
@@ -13,7 +13,7 @@ const (
)
var (
-// mapping between methods and handlers
+ // mapping between methods and handlers
Web3Mapping = map[string]web3handler{
"web3_sha3": (*web3).Sha3,
"web3_clientVersion": (*web3).ClientVersion,