aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/web3.go
diff options
context:
space:
mode:
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,