Skip to content

Commit

Permalink
Merge pull request #191 from binance-chain/stuck_issue
Browse files Browse the repository at this point in the history
[R4R]fix the reorg routine stuck issue
  • Loading branch information
unclezoro authored May 7, 2021
2 parents 68bde41 + f7d69f2 commit 8362792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (p *peer) broadcastTransactions() {
done = nil

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

case <-p.term:
return
Expand Down

0 comments on commit 8362792

Please sign in to comment.