Merge branch 'release/0.9.23' into develop

pull/1073/head
obscuren 9 years ago
commit 8c25a83708
  1. 2
      cmd/geth/main.go
  2. 2
      miner/miner.go

@ -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…
Cancel
Save