From d4ed66c83df40c6d3035e21c705b4ca06e52a0be Mon Sep 17 00:00:00 2001 From: Taylor Gerring Date: Thu, 12 Mar 2015 19:20:46 -0500 Subject: Add web3_clientVersion --- xeth/xeth.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xeth') diff --git a/xeth/xeth.go b/xeth/xeth.go index 4c28caf86..7f89cbb2e 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 -- cgit 'https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix LEGAL text.thierry2014-03-031-3/+2