Skip to content

Commit

Permalink
chore: add extra TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jun 13, 2024
1 parent 55b4a81 commit ed911bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/ldk_node.udl
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ interface PaymentKind {
Onchain();
Bolt11(PaymentHash hash, PaymentPreimage? preimage, PaymentSecret? secret, string? bolt11_invoice);
Bolt11Jit(PaymentHash hash, PaymentPreimage? preimage, PaymentSecret? secret, LSPFeeLimits lsp_fee_limits);
// TODO: add custom_tlvs here as sequence<TlvEntry> custom_tlvs
Spontaneous(PaymentHash hash, PaymentPreimage? preimage);
};

Expand Down

0 comments on commit ed911bb

Please sign in to comment.