rust-lightning/lightning
Jeffrey Czyz e15044b889
Refactor InvoiceRequestContents fields into a sub-struct
InvoiceRequestBuilder has a field containing InvoiceRequestContents.
When deriving the payer_id from the remaining fields, a struct is needed
without payer_id as it not optional. Refactor InvoiceRequestContents to
have an inner struct without the payer_id such that
InvoiceRequestBuilder can use it instead.
2023-04-19 21:31:06 -05:00
..
src Refactor InvoiceRequestContents fields into a sub-struct 2023-04-19 21:31:06 -05:00
Cargo.toml Introduce MuSig2-related types for Taproot channels. 2023-04-03 13:17:08 -07:00