aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/utils.go
diff options
context:
space:
mode:
authorBas van Kervel <bas@ethdev.com>2015-06-22 19:19:59 +0800
committerBas van Kervel <bas@ethdev.com>2015-06-22 19:19:59 +0800
commit6d596b1ad106db964d4b6a60d35948b588e32b58 (patch)
treebcab096de32eb5f59dc7dd86e453baf5dc9fbc89 /rpc/api/utils.go
parent2e0b56a72b3eafc89938003da29c06496ac9ad4e (diff)
downloaddexon-6d596b1ad106db964d4b6a60d35948b588e32b58.tar
dexon-6d596b1ad106db964d4b6a60d35948b588e32b58.tar.gz
dexon-6d596b1ad106db964d4b6a60d35948b588e32b58.tar.bz2
dexon-6d596b1ad106db964d4b6a60d35948b588e32b58.tar.lz
dexon-6d596b1ad106db964d4b6a60d35948b588e32b58.tar.xz
dexon-6d596b1ad106db964d4b6a60d35948b588e32b58.tar.zst
dexon-6d596b1ad106db964d4b6a60d35948b588e32b58.zip
fixed eth sign unittest
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: