File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ use lightning_invoice::Bolt11Invoice;
1616
1717use crate :: blinded_path:: { IntroductionNode , NodeIdLookUp } ;
1818use crate :: events:: { self , PaymentFailureReason , PaidInvoice } ;
19+ use crate :: offers:: static_invoice:: StaticInvoice ;
1920use crate :: types:: payment:: { PaymentHash , PaymentPreimage , PaymentSecret } ;
2021use crate :: ln:: channel_state:: ChannelDetails ;
2122use crate :: ln:: channelmanager:: { EventCompletionAction , HTLCSource , PaymentId } ;
@@ -34,10 +35,7 @@ use crate::util::time::Instant;
3435use crate :: util:: ser:: ReadableArgs ;
3536
3637#[ cfg( async_payments) ]
37- use {
38- crate :: offers:: invoice:: { DerivedSigningPubkey , InvoiceBuilder } ,
39- crate :: offers:: static_invoice:: StaticInvoice ,
40- } ;
38+ use crate :: offers:: invoice:: { DerivedSigningPubkey , InvoiceBuilder } ;
4139
4240use core:: fmt:: { self , Display , Formatter } ;
4341use core:: ops:: Deref ;
You can’t perform that action at this time.
0 commit comments