Skip to content

Commit ac83f69

Browse files
committed
f changelog
1 parent 5b0d344 commit ac83f69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## API Updates
44

55
* `lightning_block_sync::poll::Validate` is now public, allowing you to
6-
implement the `lightning_block_sync::poll::Poll` trait yourself (#956).
6+
implement the `lightning_block_sync::poll::Poll` trait without
7+
`lightning_block_sync::poll::ChainPoller` (#956).
78
* `lightning::ln::peer_handler::PeerManager` no longer requires that no calls
89
are made to referencing the same `SocketDescriptor` after
910
`disconnect_socket` returns. This makes the API significantly less
@@ -51,7 +52,7 @@
5152

5253
* We now accept spurious `funding_locked` messages sent prior to
5354
`channel_reestablish` messages after reconnect. This is a
54-
[known, long-standing bug in lnd] (https://github.com/lightningnetwork/lnd/issues/4006)
55+
[known, long-standing bug in lnd](https://github.com/lightningnetwork/lnd/issues/4006)
5556
(#966).
5657
* We now set the `first_blocknum` and `number_of_blocks` fields in
5758
`reply_channel_range` messages to values which c-lightning versions prior to

0 commit comments

Comments
 (0)