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.
use
1 parent d974a07 commit 803fb55Copy full SHA for 803fb55
lightning/src/chain/package.rs
@@ -24,7 +24,7 @@ use crate::ln::PaymentPreimage;
24
use crate::ln::chan_utils::{TxCreationKeys, HTLCOutputInCommitment};
25
use crate::ln::chan_utils;
26
use crate::ln::msgs::DecodeError;
27
-use crate::chain::chaininterface::{FeeEstimator, ConfirmationTarget, MIN_RELAY_FEE_SAT_PER_1000_WEIGHT, compute_feerate_sat_per_1000_weight, fee_for_weight, FEERATE_FLOOR_SATS_PER_KW};
+use crate::chain::chaininterface::{FeeEstimator, ConfirmationTarget, MIN_RELAY_FEE_SAT_PER_1000_WEIGHT, compute_feerate_sat_per_1000_weight, FEERATE_FLOOR_SATS_PER_KW};
28
use crate::sign::WriteableEcdsaChannelSigner;
29
use crate::chain::onchaintx::{ExternalHTLCClaim, OnchainTxHandler};
30
use crate::util::logger::Logger;
0 commit comments