Skip to content

Release: develop -> main#4290

Merged
TaprootFreak merged 1 commit into
mainfrom
develop
Jul 20, 2026
Merged

Release: develop -> main#4290
TaprootFreak merged 1 commit into
mainfrom
develop

Conversation

@github-actions

Copy link
Copy Markdown

Automatic Release PR

This PR was automatically created after changes were pushed to develop.

Commits: 1 new commit(s)

Checklist

  • Review all changes
  • Verify CI passes
  • Approve and merge when ready for production

)

estimateSmartFee can return an estimate below the node's own minimum
relay fee during periods of very low mempool activity, since Bitcoin
Core's historical-inclusion estimator isn't bounded by the live
relay-policy floor. Once the configured safety multiplier is applied,
the resulting fee rate could still round to a value under 1 sat/vB,
causing the node to reject the broadcast with "Fee rate is lower than
the minimum fee rate setting".

Clamp the value returned by getSendFeeRate() to a 1 sat/vB floor
before it is handed to the send RPC. The unclamped estimate from
getRecommendedFeeRate() is left untouched since it's also used for
quoting/display. This is fixed in the shared base class, so it
applies to both Bitcoin and Firo payouts.
@TaprootFreak
TaprootFreak merged commit 21db241 into main Jul 20, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants