Skip to content

Commit

Permalink
fix reorg stuck issue
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro committed May 10, 2021
1 parent e3c241a commit 5bc1d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eth/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func (p *peer) announceTransactions() {
done = nil

case <-fail:
return
p.Log().Trace("BroadcastTransactions failed")

case <-p.term:
return
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 7 // Patch version component of the current release
VersionMeta = "hf.2" // Version metadata to append to the version string
VersionMeta = "hf.3" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit 5bc1d30

Please sign in to comment.