You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only enforce successful fee rate cache updates on mainnet
This behavior mirrors what we do in the Esplora case: we only enforce
successful fee rate updates on mainnet. On regtest/signet/testnet we
will just skip (i.e. return `Ok(())`) if we fail to retrieve the updates
(e.g., when bitcoind's `estimatesmartfee` isn't sufficiently populated)
and will either keep previously-retrieved values or worst case fallback
to the fallback defaults.
0 commit comments