aboutsummaryrefslogtreecommitdiffstats
path: root/core/manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/manager.go')
-rw-r--r--core/manager.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/manager.go b/core/manager.go
index ba0ecf9d1..576cf55b0 100644
--- a/core/manager.go
+++ b/core/manager.go
@@ -14,5 +14,6 @@ type Backend interface {
TxPool() *TxPool
BlockDb() common.Database
StateDb() common.Database
+ ExtraDb() common.Database
EventMux() *event.TypeMux
}