Commit 8c25a837 authored by obscuren's avatar obscuren

Merge branch 'release/0.9.23' into develop

parents f1cc3619 3ea9868b
......@@ -48,7 +48,7 @@ import _ "net/http/pprof"
const (
ClientIdentifier = "Geth"
Version = "0.9.22"
Version = "0.9.23"
)
var (
......
......@@ -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
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment