diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-13 23:36:27 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-13 23:36:27 +0800 |
commit | b663e8b29a7451a79b909c017f8a244d23c8fef4 (patch) | |
tree | 722ffd039ea9970170bbe054f8044625bc719373 /xeth/xeth.go | |
parent | f1fcda4f2fe05e46e3d350cb89a52fd33df3767f (diff) | |
parent | e3b64d70c212d893c147b8af62abe5c03fb2f492 (diff) | |
download | dexon-b663e8b29a7451a79b909c017f8a244d23c8fef4.tar.gz dexon-b663e8b29a7451a79b909c017f8a244d23c8fef4.tar.zst dexon-b663e8b29a7451a79b909c017f8a244d23c8fef4.zip |
Merge branch 'rpcfrontier' into develop
Diffstat (limited to 'xeth/xeth.go')
-rw-r--r-- | xeth/xeth.go | 1 |
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 |