good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit b9825986 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

Merge pull request #21032 from karalabe/skip-announce-goroutine-eth64

eth: skip transaction announcer goroutine on eth<65
parents 292570ad 34ed2d83
Branches
Tags
No related merge requests found
......@@ -720,8 +720,9 @@ func (ps *peerSet) Register(p *peer) error {
go p.broadcastBlocks()
go p.broadcastTransactions()
if p.version >= eth65 {
go p.announceTransactions()
}
return nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment