aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/xeth.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-13 23:36:27 +0800
committerobscuren <geffobscura@gmail.com>2015-03-13 23:36:27 +0800
commitb663e8b29a7451a79b909c017f8a244d23c8fef4 (patch)
tree722ffd039ea9970170bbe054f8044625bc719373 /xeth/xeth.go
parentf1fcda4f2fe05e46e3d350cb89a52fd33df3767f (diff)
parente3b64d70c212d893c147b8af62abe5c03fb2f492 (diff)
downloadgo-tangerine-b663e8b29a7451a79b909c017f8a244d23c8fef4.tar
go-tangerine-b663e8b29a7451a79b909c017f8a244d23c8fef4.tar.gz
go-tangerine-b663e8b29a7451a79b909c017f8a244d23c8fef4.tar.bz2
go-tangerine-b663e8b29a7451a79b909c017f8a244d23c8fef4.tar.lz
go-tangerine-b663e8b29a7451a79b909c017f8a244d23c8fef4.tar.xz
go-tangerine-b663e8b29a7451a79b909c017f8a244d23c8fef4.tar.zst
go-tangerine-b663e8b29a7451a79b909c017f8a244d23c8fef4.zip
Merge branch 'rpcfrontier' into develop
Diffstat (limited to 'xeth/xeth.go')
-rw-r--r--xeth/xeth.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xeth/xeth.go b/xeth/xeth.go
index 3e8c544c6..4e8b479c6 100644
--- a/xeth/xeth.go
+++ b/xeth/xeth.go
@@ -39,6 +39,7 @@ type Backend interface {
IsMining() bool
StartMining() error
StopMining()
+ Version() string
}
// Frontend should be implemented by users of XEth. Its methods are