Skip to content

Commit

Permalink
Fix new type naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ok300 committed Nov 13, 2024
1 parent 6fc830e commit 11c6812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-common/src/input_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ pub enum InputType {
invoice: LNInvoice,
},
#[cfg(feature = "liquid")]
Bolt12 {
Bolt12Offer {
offer: LNOffer,
},
NodeId {
Expand Down

0 comments on commit 11c6812

Please sign in to comment.