Skip to content

Commit

Permalink
chore: change log level of Peer's transaction rejected
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanxyg committed Feb 26, 2024
1 parent 59977b6 commit ceb83f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/fetcher/tx_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit ceb83f4

Please sign in to comment.