diff --git a/eth/fetcher/tx_fetcher.go b/eth/fetcher/tx_fetcher.go index b0fd7ff1ee..0bc01b793f 100644 --- a/eth/fetcher/tx_fetcher.go +++ b/eth/fetcher/tx_fetcher.go @@ -351,7 +351,7 @@ func (f *TxFetcher) Enqueue(peer string, txs []*types.Transaction, direct bool) default: otherreject++ - log.Warn("Peer's transaction rejected", "peer", peer, "txHash", batch[j].Hash().String(), "err", err.Error()) + log.Trace("Peer's transaction rejected", "peer", peer, "txHash", batch[j].Hash().String(), "err", err.Error()) } added = append(added, batch[j].Hash()) metas = append(metas, txMetadata{