We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7b129 commit fa3c946Copy full SHA for fa3c946
lightning/src/ln/outbound_payment.rs
@@ -16,7 +16,7 @@ use bitcoin::secp256k1::{self, Secp256k1, SecretKey};
16
use crate::chain::keysinterface::{EntropySource, NodeSigner, Recipient};
17
use crate::events;
18
use crate::ln::{PaymentHash, PaymentPreimage, PaymentSecret};
19
-use crate::ln::channelmanager::{ChannelDetails, HTLCSource, IDEMPOTENCY_TIMEOUT_TICKS, PaymentId, RecipientOnionFields};
+use crate::ln::channelmanager::{ChannelDetails, HTLCSource, IDEMPOTENCY_TIMEOUT_TICKS, PaymentId};
20
use crate::ln::onion_utils::HTLCFailReason;
21
use crate::routing::router::{InFlightHtlcs, PaymentParameters, Route, RouteHop, RouteParameters, RoutePath, Router};
22
use crate::util::errors::APIError;
0 commit comments