Skip to content

Commit 2bbd4c0

Browse files
committed
Minor fix
1 parent 2d551c0 commit 2bbd4c0

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
@@ -277,7 +277,7 @@ interface Event {
277277
PaymentFailed(PaymentId? payment_id, PaymentHash? payment_hash, PaymentFailureReason? reason);
278278
PaymentReceived(PaymentId? payment_id, PaymentHash payment_hash, u64 amount_msat);
279279
PaymentClaimable(PaymentId payment_id, PaymentHash payment_hash, u64 claimable_amount_msat, u32? claim_deadline);
280-
PaymentForwarded(ChannelId prev_channel_id, ChannelId next_channel_id, UserChannelId prev_user_channel_id, UserChannelId next_user_channel_id, u64? total_fee_earned_msat, u64? skimmed_fee_msat, boolean claim_from_onchain_tx, u64? outbound_amount_forwarded_msat);
280+
PaymentForwarded(ChannelId prev_channel_id, ChannelId next_channel_id, UserChannelId prev_user_channel_id, UserChannelId? next_user_channel_id, u64? total_fee_earned_msat, u64? skimmed_fee_msat, boolean claim_from_onchain_tx, u64? outbound_amount_forwarded_msat);
281281
ChannelPending(ChannelId channel_id, UserChannelId user_channel_id, ChannelId former_temporary_channel_id, PublicKey counterparty_node_id, OutPoint funding_txo);
282282
ChannelReady(ChannelId channel_id, UserChannelId user_channel_id, PublicKey? counterparty_node_id);
283283
ChannelClosed(ChannelId channel_id, UserChannelId user_channel_id, PublicKey? counterparty_node_id, ClosureReason? reason);

0 commit comments

Comments
 (0)