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

Support set target feerate for close channel #19

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

jjyr
Copy link
Collaborator

@jjyr jjyr commented Oct 24, 2024

No description provided.

@jjyr jjyr force-pushed the support-target-feerate-in-close-channel branch from df5a53d to 461fbec Compare October 24, 2024 11:19
@jjyr jjyr force-pushed the support-target-feerate-in-close-channel branch from 461fbec to 678b8a1 Compare October 24, 2024 11:20
@@ -848,6 +851,7 @@ impl MutinyWallet {
force: bool,
abandon: bool,
network: Option<String>,
target_feerate_sats_per_1000_weight: Option<u32>,
Copy link

Choose a reason for hiding this comment

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

Note: feerate_per_kw indicates the initial fee rate in satoshi per 1000-weight (i.e. 1/4 the more normally-used 'satoshi per 1000 vbytes')

ref: https://github.com/lightning/bolts/blob/master/02-peer-protocol.md

@jjyr jjyr merged commit 4557b18 into develop Oct 24, 2024
9 checks passed
@jjyr jjyr deleted the support-target-feerate-in-close-channel branch October 24, 2024 14:58
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.

4 participants