Skip to content

Commit f00d817

Browse files
committed
Re-order imports
1 parent e80a3ef commit f00d817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/outbound_payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use bitcoin::hashes::Hash;
1313
use bitcoin::hashes::sha256::Hash as Sha256;
1414
use bitcoin::secp256k1::{self, Secp256k1, SecretKey};
1515

16-
use crate::sign::{EntropySource, NodeSigner, Recipient};
1716
use crate::events::{self, PaymentFailureReason};
1817
use crate::ln::types::{PaymentHash, PaymentPreimage, PaymentSecret};
1918
use crate::ln::channel_state::ChannelDetails;
@@ -22,6 +21,7 @@ use crate::ln::onion_utils;
2221
use crate::ln::onion_utils::{DecodedOnionFailure, HTLCFailReason};
2322
use crate::offers::invoice::Bolt12Invoice;
2423
use crate::routing::router::{BlindedTail, InFlightHtlcs, Path, PaymentParameters, Route, RouteParameters, Router};
24+
use crate::sign::{EntropySource, NodeSigner, Recipient};
2525
use crate::util::errors::APIError;
2626
use crate::util::logger::Logger;
2727
use crate::util::time::Time;

0 commit comments

Comments
 (0)