Skip to content

fix(fees): allow min tx fee of 1sat/vbyte#604

Merged
dergigi merged 1 commit intomasterfrom
fix/allow-1sat-vbyte-fee
Feb 6, 2023
Merged

fix(fees): allow min tx fee of 1sat/vbyte#604
dergigi merged 1 commit intomasterfrom
fix/allow-1sat-vbyte-fee

Conversation

@theborakompanioni
Copy link
Collaborator

@theborakompanioni theborakompanioni commented Jan 31, 2023

Requires JM v0.9.9 or greater -> needs #585 to be merged and a recreated dev environment by running npm run regtest:rebuild!

Before this commit, minimum in Jam was 3 sats/vbyte as prior ot JM v0.9.9, this resulted in an error, as JM used to little fees and the tx was rejected from the mempool.
When this commit is applied, setting the tx fee to 1 sat/vbyte is allowed.

How to test

Set your tx fees to 1 sat/vbyte (with 0% randomization) and try to spend an expired fidelity bond.

@theborakompanioni theborakompanioni added enhancement New feature or request WIP Work in Progress labels Jan 31, 2023
@theborakompanioni theborakompanioni self-assigned this Jan 31, 2023
@theborakompanioni theborakompanioni added the blocked Merging this pull request is blocked until another issue is resolved label Jan 31, 2023
@theborakompanioni theborakompanioni marked this pull request as ready for review January 31, 2023 12:40
@dergigi dergigi removed the WIP Work in Progress label Feb 6, 2023
Copy link
Contributor

@dergigi dergigi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK ✅

@dergigi dergigi merged commit 4121c9b into master Feb 6, 2023
@dergigi dergigi deleted the fix/allow-1sat-vbyte-fee branch February 6, 2023 19:51
@dergigi dergigi added the bug Something isn't working label Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked Merging this pull request is blocked until another issue is resolved bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants