aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/api/utils.go')
-rw-r--r--rpc/api/utils.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpc/api/utils.go b/rpc/api/utils.go
index 9995e1f7c..6e4835de6 100644
--- a/rpc/api/utils.go
+++ b/rpc/api/utils.go
@@ -178,6 +178,8 @@ func Javascript(name string) string {
return Debug_JS
case shared.DbApiName:
return Db_JS
+ case shared.EthApiName:
+ return Eth_JS
case shared.MinerApiName:
return Miner_JS
case shared.NetApiName: