This commit is contained in:
Taylor Gerring
2015-03-28 21:41:34 +01:00
parent 29930da522
commit e80ef9ff34
2 changed files with 7 additions and 15 deletions

View File

@ -13,7 +13,6 @@ import (
type EthereumApi struct {
eth *xeth.XEth
xethMu sync.RWMutex
db common.Database
}
func NewEthereumApi(xeth *xeth.XEth) *EthereumApi {