Skip to content

Commit bd179d8

Browse files
fixup! f reworking PR by allowing passing an wrapper enum
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 87aec7e commit bd179d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/offers/static_invoice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use crate::offers::offer::{
3333
};
3434
use crate::offers::parse::{Bolt12ParseError, Bolt12SemanticError, ParsedMessage};
3535
use crate::types::features::{Bolt12InvoiceFeatures, OfferFeatures};
36-
use crate::util::ser::{CursorReadable, Iterable, WithoutLength, Writeable, Writer, Readable};
36+
use crate::util::ser::{CursorReadable, Iterable, Readable, WithoutLength, Writeable, Writer};
3737
use crate::util::string::PrintableString;
3838
use bitcoin::address::Address;
3939
use bitcoin::constants::ChainHash;

0 commit comments

Comments
 (0)