File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
## API Updates
4
4
5
5
* ` 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 ).
7
8
* ` lightning::ln::peer_handler::PeerManager ` no longer requires that no calls
8
9
are made to referencing the same ` SocketDescriptor ` after
9
10
` disconnect_socket ` returns. This makes the API significantly less
51
52
52
53
* We now accept spurious ` funding_locked ` messages sent prior to
53
54
` 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 )
55
56
(#966 ).
56
57
* We now set the ` first_blocknum ` and ` number_of_blocks ` fields in
57
58
` reply_channel_range ` messages to values which c-lightning versions prior to
You can’t perform that action at this time.
0 commit comments