diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-29 04:41:34 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-29 04:41:34 +0800 |
commit | e80ef9ff34562410fbab63ccf173b17508b026ed (patch) | |
tree | 76577930112a39af4544c4bc64c8def508a837af /rpc/api.go | |
parent | 29930da52272b8fd644c38cc303ba6aa66e49182 (diff) | |
download | go-tangerine-e80ef9ff34562410fbab63ccf173b17508b026ed.tar.gz go-tangerine-e80ef9ff34562410fbab63ccf173b17508b026ed.tar.zst go-tangerine-e80ef9ff34562410fbab63ccf173b17508b026ed.zip |
Cleanup
Diffstat (limited to 'rpc/api.go')
-rw-r--r-- | rpc/api.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpc/api.go b/rpc/api.go index 05c264b6f..502079177 100644 --- a/rpc/api.go +++ b/rpc/api.go @@ -13,7 +13,6 @@ import ( type EthereumApi struct { eth *xeth.XEth xethMu sync.RWMutex - db common.Database } func NewEthereumApi(xeth *xeth.XEth) *EthereumApi { |