diff options
author | Bas van Kervel <bas@ethdev.com> | 2015-06-22 19:19:59 +0800 |
---|---|---|
committer | Bas van Kervel <bas@ethdev.com> | 2015-06-22 19:19:59 +0800 |
commit | 6d596b1ad106db964d4b6a60d35948b588e32b58 (patch) | |
tree | bcab096de32eb5f59dc7dd86e453baf5dc9fbc89 /rpc/api/utils.go | |
parent | 2e0b56a72b3eafc89938003da29c06496ac9ad4e (diff) | |
download | dexon-6d596b1ad106db964d4b6a60d35948b588e32b58.tar.gz dexon-6d596b1ad106db964d4b6a60d35948b588e32b58.tar.zst dexon-6d596b1ad106db964d4b6a60d35948b588e32b58.zip |
fixed eth sign unittest
Diffstat (limited to 'rpc/api/utils.go')
-rw-r--r-- | rpc/api/utils.go | 2 |
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: |