Skip to content

Commit caddab6

Browse files
committed
f Account for ClosureReason::HTLCsTimedOut in bindings
1 parent 801aa75 commit caddab6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/ldk_node.udl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ interface ClosureReason {
202202
OutdatedChannelManager();
203203
CounterpartyCoopClosedUnfundedChannel();
204204
FundingBatchClosure();
205+
HTLCsTimedOut();
205206
};
206207

207208
enum PaymentDirection {

0 commit comments

Comments
 (0)