Skip to content

Commit 2a95402

Browse files
committed
Combine import statements
1 parent 65790b6 commit 2a95402

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/ln/invoice_utils.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ use crate::chain::chaininterface::{BroadcasterInterface, FeeEstimator};
1111
use crate::sign::{Recipient, NodeSigner, SignerProvider, EntropySource};
1212
use crate::types::payment::{PaymentHash, PaymentSecret};
1313
use crate::ln::channel_state::ChannelDetails;
14-
use crate::ln::channelmanager::{ChannelManager, MIN_FINAL_CLTV_EXPIRY_DELTA};
15-
use crate::ln::channelmanager::{PhantomRouteHints, MIN_CLTV_EXPIRY_DELTA};
14+
use crate::ln::channelmanager::{ChannelManager, PhantomRouteHints, MIN_CLTV_EXPIRY_DELTA, MIN_FINAL_CLTV_EXPIRY_DELTA};
1615
use crate::ln::inbound_payment::{create, create_from_hash, ExpandedKey};
1716
use crate::routing::gossip::RoutingFees;
1817
use crate::routing::router::{RouteHint, RouteHintHop, Router};

0 commit comments

Comments
 (0)