Files
bitcoin/src
furszy 84c2f003b3 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:30:30 +08:00
..
2025-11-26 16:49:06 +00:00
2025-11-05 09:52:41 +00:00
2026-01-05 12:07:02 +00:00
2025-09-23 10:20:05 -04:00