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 6f7b328 commit ec5e843Copy full SHA for ec5e843
lightning/src/ln/monitor_tests.rs
@@ -10,7 +10,7 @@
10
//! Further functional tests which test blockchain reorganizations.
11
12
#[cfg(anchors)]
13
-use crate::chain::keysinterface::BaseSign;
+use crate::chain::keysinterface::{ChannelSigner, EcdsaChannelSigner};
14
15
use crate::chain::channelmonitor::LATENCY_GRACE_PERIOD_BLOCKS;
16
use crate::chain::channelmonitor::{ANTI_REORG_DELAY, Balance};
0 commit comments