diff --git a/les/txrelay.go b/les/txrelay.go index 84d049b45d4728c5b4fdc17f7df2ab65419a764a..76d416c57ad2b8acf45ee763e2adfe8d4f88adc9 100644 --- a/les/txrelay.go +++ b/les/txrelay.go @@ -110,7 +110,6 @@ func (self *LesTxRelay) send(txs types.Transactions, count int) { for p, list := range sendTo { cost := p.GetRequestCost(SendTxMsg, len(list)) go func(p *peer, list types.Transactions, cost uint64) { - p.fcServer.SendRequest(0, cost) p.SendTxs(cost, list) }(p, list, cost) }