Skip to content

Commit 2b2b88f

Browse files
jkczyzbenthecarman
authored andcommitted
f - bindings
1 parent bdf8be4 commit 2b2b88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/ldk_node.udl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ interface Event {
384384
PaymentForwarded(ChannelId prev_channel_id, ChannelId next_channel_id, UserChannelId?
385385
prev_user_channel_id, UserChannelId? next_user_channel_id, PublicKey? prev_node_id, PublicKey? next_node_id, u64? total_fee_earned_msat, u64? skimmed_fee_msat, boolean claim_from_onchain_tx, u64? outbound_amount_forwarded_msat);
386386
ChannelPending(ChannelId channel_id, UserChannelId user_channel_id, ChannelId former_temporary_channel_id, PublicKey counterparty_node_id, OutPoint funding_txo);
387-
ChannelReady(ChannelId channel_id, UserChannelId user_channel_id, PublicKey? counterparty_node_id);
387+
ChannelReady(ChannelId channel_id, UserChannelId user_channel_id, PublicKey? counterparty_node_id, OutPoint? funding_txo);
388388
ChannelClosed(ChannelId channel_id, UserChannelId user_channel_id, PublicKey? counterparty_node_id, ClosureReason? reason);
389389
};
390390

0 commit comments

Comments
 (0)