We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Spec says that the equality is based on outputs, which are in sats:
Lexicographic ordering: see BIP69. In the case of identical HTLC outputs, the outputs are ordered in increasing cltv_expiry order.
We're using the millisatoshi amount:
eclair/eclair-core/src/main/scala/fr/acinq/eclair/transactions/Transactions.scala
Lines 309 to 314 in 898c17b
This causes commitment sig mismatch and force closes.
Thanks @Roasbeef for the debug!
The text was updated successfully, but these errors were encountered:
Related to lightning/bolts#872.
Sorry, something went wrong.
use satoshi for htlc ordering
e6e1cc1
Fixes #1804.
Use satoshi for htlc ordering (#1806)
ec276f8
Successfully merging a pull request may close this issue.
Spec says that the equality is based on outputs, which are in sats:
We're using the millisatoshi amount:
eclair/eclair-core/src/main/scala/fr/acinq/eclair/transactions/Transactions.scala
Lines 309 to 314 in 898c17b
This causes commitment sig mismatch and force closes.
Thanks @Roasbeef for the debug!
The text was updated successfully, but these errors were encountered: