Merge branch 'release/0.9.23' into develop

This commit is contained in:
obscuren 2015-05-21 18:59:26 +02:00
commit 8c25a83708
2 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,7 @@ import _ "net/http/pprof"
const (
ClientIdentifier = "Geth"
Version = "0.9.22"
Version = "0.9.23"
)
var (

View File

@ -65,6 +65,8 @@ func (self *Miner) update() {
}
// unsubscribe. we're only interested in this event once
events.Unsubscribe()
// stop immediately and ignore all further pending events
break
}
}