fixed eth sign unittest

This commit is contained in:
Bas van Kervel
2015-06-22 13:19:59 +02:00
parent 2e0b56a72b
commit 6d596b1ad1
5 changed files with 27 additions and 9 deletions

View File

@@ -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: