```
Incoming transactions aren't really relevant until we're caught up. That's why we send a giant feefilter and don't send tx getdatas, but we also shouldn't process them if peers send them anyway. Simply ignore them.
```
Backport of [[https://github.com/bitcoin/bitcoin/pull/21327 | core#21327]].