Skip to content

Release: develop -> main#3788

Merged
TaprootFreak merged 1 commit into
mainfrom
develop
May 29, 2026
Merged

Release: develop -> main#3788
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

Bitcoin Core's send/sendmany RPC parses fee_rate with decimals=3 via
ParseFixedPoint and rejects values with more precision via "Invalid amount"
(error code -3). JS floating-point can produce values like
1.935 * 2 = 3.8699999999999997, which silently stalls the BTC payout pipeline.

Round the computed sat/vB fee rate to 3 decimals at the source so every
Bitcoin send RPC receives a value Bitcoin Core can parse.
@TaprootFreak TaprootFreak merged commit 0cfa2f5 into main May 29, 2026
7 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.

1 participant