We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183e542 commit af542deCopy full SHA for af542de
CHANGELOG.md
@@ -68,6 +68,9 @@ XXX: when was this introduced:
68
avoid funds loss. This may not have happened in cases where LDK was behind
69
only exactly one state, leading instead to a revoked broadcast and funds
70
loss (#2721).
71
+ * Fixed a bug where decoding `Txid`s from Bitcoin Core JSON-RPC responses using
72
+ `lightning-block-sync` would not properly byte-swap the hash. Note that LDK
73
+ does not use this API internally (#2796).
74
75
## Backwards Compatibility
76
* `ChannelManager`s written with LDK 0.0.119 are no longer readable by versions
0 commit comments