Commit 7e5d868c authored by duanjinfei's avatar duanjinfei

del time sleep

parent 145a6490
......@@ -56,9 +56,6 @@ func BroadcastTxArr(tranArr []*TxFromTran, cfg *tool.Config) error {
requests := ring.BroadcastEthTxWithFromRequests{
List: ethTxArr,
}
if len(broadcastEthTxWithFromRequestsArr) > 500 {
time.Sleep(time.Second * 1)
}
broadcastEthTxWithFromRequestsArr <- &requests
ethTxArr = make([]*ring.BroadcastEthTxWithFromRequest, 0)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment