Files
bitcoin/src
furszy 87d1691f3e wallet: feebumper, fix crash when combined bump fee is unavailable
When a large cluster of unconfirmed transactions exceeds the limit,
calculateCombinedBumpFee() returns std::nullopt.

Previously, we continued executing and the optional value was
accessed unconditionally, leading to a std::bad_optional_access
exception.

Fix this by returning early when the returned bumped fee is null.

Note:
This is a crash for the GUI, and an uncaught exception for the RPC
bumpfee and psbtbumpfee.

Github-Pull: #34870
Rebased-From: 6072a2a6a1
2026-03-24 10:26:04 +08:00
..
2026-02-03 11:19:01 +01:00
2026-02-17 21:40:46 +05:30
2026-02-25 14:36:19 -08:00
2026-02-02 17:22:31 +00:00