Skip to content

Commit 82806c2

Browse files
committed
f Account for changes in ClosureReason
1 parent 096e4b9 commit 82806c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bindings/ldk_node.udl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,9 @@ interface ClosureReason {
402402
DisconnectedPeer();
403403
OutdatedChannelManager();
404404
CounterpartyCoopClosedUnfundedChannel();
405+
LocallyCoopClosedUnfundedChannel();
405406
FundingBatchClosure();
406-
HTLCsTimedOut();
407+
HTLCsTimedOut( PaymentHash? payment_hash );
407408
PeerFeerateTooLow(u32 peer_feerate_sat_per_kw, u32 required_feerate_sat_per_kw);
408409
};
409410

0 commit comments

Comments
 (0)