Concurrency issue with update_fee
(round 2)
#3126
Labels
commitments
Commitment transactions containing the state of the channel
interop
interop with other implementations
spec
Milestone
Background
This seems to be the exact opposite of #2348: lnd sends an
update_fee
, signs it, and eclair ackowledges the new signature. On reconnect, eclair (lawfully) applies the new fee, but lnd rejects it.I don't know the version of lnd, but I see this a lot so there is a good chance it is in the latest released version.
Interestingly I filed the same bug a few days ago in c-lightning (ElementsProject/lightning#2661), but I double and triple checked and pretty sure eclair is doing the right thing here.
Relevant logs:
The text was updated successfully, but these errors were encountered: