Commit 8ec4660 1 parent 8274fdb commit 8ec4660 Copy full SHA for 8ec4660
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ func (w *worker) newWorkLoop(recommit time.Duration) {
469
469
case head := <- w .chainHeadCh :
470
470
clearPending (head .Block .NumberU64 ())
471
471
timestamp = time .Now ().Unix ()
472
- commit (true , commitInterruptNewHead )
472
+ commit (false , commitInterruptNewHead )
473
473
474
474
case <- timer .C :
475
475
// If mining is running resubmit a new work cycle periodically to pull in
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ import (
24
24
const (
25
25
VersionMajor = 5 // Major version component of the current release
26
26
VersionMinor = 1 // Minor version component of the current release
27
- VersionPatch = 30 // Patch version component of the current release
28
- VersionMeta = "mainnet " // Version metadata to append to the version string
27
+ VersionPatch = 31 // Patch version component of the current release
28
+ VersionMeta = "4844-v0 " // Version metadata to append to the version string
29
29
)
30
30
31
31
// Version holds the textual version string.
You can’t perform that action at this time.
0 commit comments