Merge pull request #805 from obscuren/download_improvements

eth, eth/downloader: improve downloader and remove asynchronousness
This commit is contained in:
Jeffrey Wilcke
2015-04-24 15:56:17 -07:00
17 changed files with 199 additions and 233 deletions

View File

@ -47,7 +47,7 @@ import _ "net/http/pprof"
const (
ClientIdentifier = "Geth"
Version = "0.9.11"
Version = "0.9.12"
)
var app = utils.NewApp(Version, "the go-ethereum command line interface")