aboutsummaryrefslogtreecommitdiffstats
path: root/core/manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/manager.go')
-rw-r--r--core/manager.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/manager.go b/core/manager.go
index 29f786653..c4052cc05 100644
--- a/core/manager.go
+++ b/core/manager.go
@@ -13,6 +13,7 @@ type Backend interface {
PeerCount() int
IsListening() bool
Peers() []*p2p.Peer
- Db() ethutil.Database
+ BlockDb() ethutil.Database
+ StateDb() ethutil.Database
EventMux() *event.TypeMux
}