Skip to content

Commit ec5e843

Browse files
committed
Fix stale import behind anchors build tag
1 parent 6f7b328 commit ec5e843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/monitor_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//! Further functional tests which test blockchain reorganizations.
1111
1212
#[cfg(anchors)]
13-
use crate::chain::keysinterface::BaseSign;
13+
use crate::chain::keysinterface::{ChannelSigner, EcdsaChannelSigner};
1414
#[cfg(anchors)]
1515
use crate::chain::channelmonitor::LATENCY_GRACE_PERIOD_BLOCKS;
1616
use crate::chain::channelmonitor::{ANTI_REORG_DELAY, Balance};

0 commit comments

Comments
 (0)