Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use fee estimator for dlc transaction fees #1891

Merged
merged 2 commits into from
Jan 24, 2024

Conversation

holzeis
Copy link
Contributor

@holzeis holzeis commented Jan 24, 2024

The fee rate was taken from our setting, which was too low. That was most likely a left over from the sub channel implementation where the funding transaction was not dependent on the fee rate set on the offered contract.

coordinator/src/routes.rs Outdated Show resolved Hide resolved
coordinator/src/node.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@bonomat bonomat left a comment

Choose a reason for hiding this comment

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

Looks good.

@holzeis holzeis force-pushed the feat/mempool-fee-estimator branch from cdbf0cd to a58bd71 Compare January 24, 2024 16:05
@bonomat bonomat enabled auto-merge January 24, 2024 16:05
@bonomat bonomat added this pull request to the merge queue Jan 24, 2024
Merged via the queue into main with commit c11af69 Jan 24, 2024
9 checks passed
@bonomat bonomat deleted the feat/mempool-fee-estimator branch January 24, 2024 16:34
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