Merge bitcoin/bitcoin#33872: init: completely remove -maxorphantx option

0aebdac95d init: completely remove `-maxorphantx` option (Sebastian Falbesoner)

Pull request description:

  This is a small follow-up for #32941 (commit 1384dbaf6d), removing the `-maxorphantx` option completely, now that v30 has been released. If removing it for v31 is seen as controversial/premature (I personally don't think it is), the merge can be delayed for a future release.

ACKs for top commit:
  maflcko:
    lgtm ACK 0aebdac95d
  achow101:
    ACK 0aebdac95d
  w0xlt:
    ACK 0aebdac95d
  rkrux:
    lgtm ACK 0aebdac95d
  stickies-v:
    ACK 0aebdac95d

Tree-SHA512: 818633b903174387ae259acb1d1e8ce07f78e158de2c150742ef0950b0f5d62af553e4e35ab962432306e04e07c45b1be11dbae459a8b62c4b9a6b5ef1746d26
This commit is contained in:
Ava Chow
2025-11-17 18:17:17 -08:00
3 changed files with 5 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
P2P and network changes
-----------------------
- The `-maxorphantx` startup option has been removed. It was
previously deprecated and has no effect anymore since v30.0. (#33872)