-
Notifications
You must be signed in to change notification settings - Fork 905
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
Repeatedly RBF the Tx with the same fee after channel close #6283
Comments
Since there's no hurry, it's using a deadline of 300 blocks by default. Anything over 200 blocks always gets sent at 1 sat/vbyte. 100-200 blocks away we use whatever is the minimum to get us into the mempool. 100 and less we start asking bitcoind for estimates. We do keep spamming with RBF (uselessly), though INFO level is a bit obnoxious, so I'll downgrade that... |
rustyrussell
added a commit
to rustyrussell/lightning
that referenced
this issue
Jun 14, 2023
Reported-by: @19710405 on GitHub Fixes: ElementsProject#6283 Signed-off-by: Rusty Russell <[email protected]>
rustyrussell
added a commit
to rustyrussell/lightning
that referenced
this issue
Jun 15, 2023
Reported-by: @19710405 on GitHub Fixes: ElementsProject#6283 Signed-off-by: Rusty Russell <[email protected]>
rustyrussell
added a commit
to rustyrussell/lightning
that referenced
this issue
Jun 20, 2023
Reported-by: @19710405 on GitHub Fixes: ElementsProject#6283 Signed-off-by: Rusty Russell <[email protected]>
rustyrussell
added a commit
to rustyrussell/lightning
that referenced
this issue
Jun 21, 2023
Reported-by: @19710405 on GitHub Fixes: ElementsProject#6283 Signed-off-by: Rusty Russell <[email protected]>
rustyrussell
added a commit
to rustyrussell/lightning
that referenced
this issue
Jun 21, 2023
Reported-by: @19710405 on GitHub Fixes: ElementsProject#6283 Signed-off-by: Rusty Russell <[email protected]>
rustyrussell
added a commit
to rustyrussell/lightning
that referenced
this issue
Jun 23, 2023
Reported-by: @19710405 on GitHub Fixes: ElementsProject#6283 Signed-off-by: Rusty Russell <[email protected]>
rustyrussell
added a commit
to rustyrussell/lightning
that referenced
this issue
Jun 29, 2023
Reported-by: @19710405 on GitHub Fixes: ElementsProject#6283 Signed-off-by: Rusty Russell <[email protected]>
cdecker
pushed a commit
to cdecker/lightning
that referenced
this issue
Jul 3, 2023
Reported-by: @19710405 on GitHub Fixes: ElementsProject#6283 Signed-off-by: Rusty Russell <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue and Steps to Reproduce
After a channel was force closed by my own node, it repeatedly trying to RBF the p2wkh output with the same fee.
Worse, it keeps trying to use 1sat/vbyte which isn't even enough to enter the mempool.
From the log:
"version": "23.05"
From listchannels:
Is there a config for setting the fee rate of the OUR_DELAYED_RETURN_TO_WALLET tx? Thanks!
The text was updated successfully, but these errors were encountered: