Move ECDSA-specific signers into ecdsa.rs
[rust-lightning] / lightning / src / ln / monitor_tests.rs
index ad5f03a5cf6b0c4255421a1ceb12e40b58e9575b..80119b55787c7e75b67d791415e55dba9fb7a18d 100644 (file)
@@ -9,7 +9,7 @@
 
 //! Further functional tests which test blockchain reorganizations.
 
-use crate::sign::{EcdsaChannelSigner, SpendableOutputDescriptor};
+use crate::sign::{ecdsa::EcdsaChannelSigner, SpendableOutputDescriptor};
 use crate::chain::channelmonitor::{ANTI_REORG_DELAY, LATENCY_GRACE_PERIOD_BLOCKS, Balance};
 use crate::chain::transaction::OutPoint;
 use crate::chain::chaininterface::{LowerBoundedFeeEstimator, compute_feerate_sat_per_1000_weight};