aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/types.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/types.go b/core/types.go
index 20f33a153..e656bf853 100644
--- a/core/types.go
+++ b/core/types.go
@@ -73,6 +73,5 @@ type Backend interface {
BlockChain() *BlockChain
TxPool() *TxPool
ChainDb() ethdb.Database
- DappDb() ethdb.Database
EventMux() *event.TypeMux
}