Create new `InvoiceFeatures` object for Invoice-specific features
authorMatt Corallo <git@bluematt.me>
Fri, 5 Mar 2021 03:10:48 +0000 (22:10 -0500)
committerMatt Corallo <git@bluematt.me>
Mon, 8 Mar 2021 18:28:54 +0000 (13:28 -0500)
In the past we skipped doing this since invoice parsing occurs in a
different crate. However, we need to accept InvoiceFeatures in routing
now that we support MPP route collection, to detect if we can select
multiple paths or not. Further, we should probably take
rust-lightning-invoice as either a module or a subcrate in this repo.


No differences found