diff options
author | Anthony Towns <aj@erisian.com.au> | 2021-04-22 19:24:27 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2023-01-25 18:13:42 +1000 |
commit | c5837757068bf8ea3e5b6fdad82f69d1deb81545 (patch) | |
tree | aa837e30feba16f3c70a4d9b08d0145bfd11cb2d /src/txorphanage.cpp | |
parent | be2304676bedcd15debcdc694549fdd2b255ba62 (diff) |
net_processing: only process orphans before messages
Previously, when we processed a new tx we would attempt to ATMP any
orphans that considered the new tx a parent immediately, but would only
accept at most one such tx, leaving any others to be considered on a
future run of ProcessMessages(). With this patch, we don't attempt any
orphan processing immediately after receiving a tx, instead deferring
all of them until the next call to ProcessMessages().
Diffstat (limited to 'src/txorphanage.cpp')
0 files changed, 0 insertions, 0 deletions