Skip to content

Commit 6193f37

Browse files
committed
Binding updates for #730.
1 parent 00c361c commit 6193f37

File tree

3 files changed

+466
-468
lines changed

3 files changed

+466
-468
lines changed

lightning-c-bindings/include/lightning.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3676,16 +3676,16 @@ void ChainMonitor_free(LDKChainMonitor this_ptr);
36763676
* [`ChannelMonitor::block_connected`] for details. Any HTLCs that were resolved on chain will
36773677
* be returned by [`chain::Watch::release_pending_monitor_events`].
36783678
*
3679-
* Calls back to [`chain::Filter`] if any monitor indicated new outputs to watch, returning
3680-
* `true` if so. Subsequent calls must not exclude any transactions matching the new outputs
3681-
* nor any in-block descendants of such transactions. It is not necessary to re-fetch the block
3682-
* to obtain updated `txdata`.
3679+
* Calls back to [`chain::Filter`] if any monitor indicated new outputs to watch. Subsequent
3680+
* calls must not exclude any transactions matching the new outputs nor any in-block
3681+
* descendants of such transactions. It is not necessary to re-fetch the block to obtain
3682+
* updated `txdata`.
36833683
*
36843684
* [`ChannelMonitor::block_connected`]: ../channelmonitor/struct.ChannelMonitor.html#method.block_connected
36853685
* [`chain::Watch::release_pending_monitor_events`]: ../trait.Watch.html#tymethod.release_pending_monitor_events
36863686
* [`chain::Filter`]: ../trait.Filter.html
36873687
*/
3688-
MUST_USE_RES bool ChainMonitor_block_connected(const LDKChainMonitor *this_arg, const uint8_t (*header)[80], LDKCVec_C2Tuple_usizeTransactionZZ txdata, uint32_t height);
3688+
void ChainMonitor_block_connected(const LDKChainMonitor *this_arg, const uint8_t (*header)[80], LDKCVec_C2Tuple_usizeTransactionZZ txdata, uint32_t height);
36893689

36903690
/**
36913691
* Dispatches to per-channel monitors, which are responsible for updating their on-chain view

0 commit comments

Comments
 (0)