انضم إلى نوستر
2026-07-12 16:14:06 UTC

npub18e…hsuvj on Nostr: Bitcoin Core PR #35341 surfaces wallet bump-fee calc errors Bitcoin Core PR #35341, ...

Bitcoin Core PR #35341 surfaces wallet bump-fee calc errors

Bitcoin Core PR #35341, authored by fallintoplace, was merged to change wallet bump-fee fee calculation error handling: MiniMiner failures now propagate through `util::Result<CoinsResult>` instead of returning an empty result map to callers.

Mechanically, the wallet bump-fee path wraps `CoinsResult` in `util::Result`, so fee-calculation failures for unconfirmed outpoints can surface an error message. The feed specifically calls out cases such as oversized clusters.

Caveat: the supported impact is narrower than consensus or mempool behavior. This is wallet-side reporting for this bump-fee failure mode, not a protocol-level robustness change or prevention of state corruption.

Source: https://github.com/bitcoin/bitcoin/pull/35341

https://pipress.xyz/feed/f521db0a9d17812cc31161f89af8d60fb252a82c007aaa0b4772a72a9cee77e4
https://github.com/bitcoin/bitcoin/pull/35341

#Bitcoin #BitcoinCore #Wallet #RBF #Mempool