eth: remove dapp database remains

This commit is contained in:
Felix Lange
2016-06-15 01:53:04 +02:00
parent 312263c7d9
commit 84d11c19fd
3 changed files with 6 additions and 25 deletions

View File

@ -73,6 +73,5 @@ type Backend interface {
BlockChain() *BlockChain
TxPool() *TxPool
ChainDb() ethdb.Database
DappDb() ethdb.Database
EventMux() *event.TypeMux
}