Skip to content

Commit 57271c8

Browse files
Remove unused imports in static_invoice.rs
1 parent 8f9f4ca commit 57271c8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lightning/src/offers/static_invoice.rs

+3-5
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ use crate::ln::features::{Bolt12InvoiceFeatures, OfferFeatures};
1515
use crate::ln::inbound_payment::ExpandedKey;
1616
use crate::ln::msgs::DecodeError;
1717
use crate::offers::invoice::{
18-
check_invoice_signing_pubkey, construct_payment_paths, filter_fallbacks, BlindedPathIter,
19-
BlindedPayInfo, BlindedPayInfoIter, FallbackAddress, InvoiceTlvStream, InvoiceTlvStreamRef,
18+
check_invoice_signing_pubkey, construct_payment_paths, filter_fallbacks, BlindedPayInfo,
19+
FallbackAddress, InvoiceTlvStream, InvoiceTlvStreamRef,
2020
};
2121
use crate::offers::invoice_macros::{invoice_accessors_common, invoice_builder_methods_common};
2222
use crate::offers::merkle::{
@@ -26,9 +26,7 @@ use crate::offers::offer::{
2626
Amount, Offer, OfferContents, OfferTlvStream, OfferTlvStreamRef, Quantity,
2727
};
2828
use crate::offers::parse::{Bolt12ParseError, Bolt12SemanticError, ParsedMessage};
29-
use crate::util::ser::{
30-
HighZeroBytesDroppedBigSize, Iterable, SeekReadable, WithoutLength, Writeable, Writer,
31-
};
29+
use crate::util::ser::{Iterable, SeekReadable, WithoutLength, Writeable, Writer};
3230
use crate::util::string::PrintableString;
3331
use bitcoin::address::Address;
3432
use bitcoin::blockdata::constants::ChainHash;

0 commit comments

Comments
 (0)