good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8fe01b4b authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

eth: 100% tx propagation

parent 36ce54e5
No related branches found
No related tags found
No related merge requests found
......@@ -381,7 +381,7 @@ func (pm *ProtocolManager) BroadcastTx(hash common.Hash, tx *types.Transaction)
}
}
// Broadcast block to peer set
peers = peers[:int(math.Sqrt(float64(len(peers))))]
//FIXME include this again: peers = peers[:int(math.Sqrt(float64(len(peers))))]
for _, peer := range peers {
peer.sendTransaction(tx)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment