Merge branch 'release/0.9.23' into develop
This commit is contained in:
commit
8c25a83708
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user