Add utility to create an invoice using the ChannelManager
authorValentine Wallace <vwallace@protonmail.com>
Fri, 23 Apr 2021 22:17:52 +0000 (18:17 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Thu, 29 Apr 2021 23:13:36 +0000 (19:13 -0400)
commit4c7be7e137d5ad552bfae481ba1e5e26f34e74f7
tree4cb6b2b8fd2e365e8f334aefe006d5ac839dfcad
parentfeb882f6a45ecf78b176a09ed61efc1cdfb43b7f
Add utility to create an invoice using the ChannelManager

This also allows the ChannelManager to track information for inbound payments
to check the PaymentSecret on receive.
lightning-invoice/Cargo.toml
lightning-invoice/src/lib.rs
lightning-invoice/src/utils.rs [new file with mode: 0644]