Skip to content

Commit 77b5f74

Browse files
committed
f one more missing
1 parent 06589a6 commit 77b5f74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
split out in anticipation of future schnorr/taproot support (#1967).
1111
* The catch-all `KeysInterface` was split into `EntropySource`, `NodeSigner`,
1212
and `SignerProvider`. `KeysManager` implements all three (#1910, #1930).
13+
* `KeysInterface::get_node_secret` is now `KeysManager::get_node_secret_key`
14+
and is no longer required for external signers (#1951, #2070).
1315
* A `lightning-transaction-sync` crate has been added which implements keeping
1416
LDK in sync with the chain via an esplora server (#1870). Note that it can
1517
only be used on nodes that *never* ran a previous version of LDK.
@@ -21,7 +23,7 @@
2123
* A `lightning-custom-message` crate has been added to make combining multiple
2224
custom messages into one enum/handler easier (#1832).
2325
* `Event::PaymentPathFailure` is now generated for failure to send an HTLC
24-
over the first hop on our local channel (#2014, 2043).
26+
over the first hop on our local channel (#2014, #2043).
2527
* `lightning-net-tokio` no longer requires an `Arc` on `PeerManager` (#1968).
2628
* `ChannelManager::list_recent_payments` was added (#1873).
2729
* `lightning-background-processor` `std` is now optional in async mode (#1962).

0 commit comments

Comments
 (0)