Merge branch 'rpcfrontier' into develop

This commit is contained in:
obscuren
2015-03-13 16:36:27 +01:00
7 changed files with 201 additions and 119 deletions

View File

@ -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