Fix main build
[rust-lightning] / lightning / src / ln / shutdown_tests.rs
index 48b452cdd9fe75b0b84031a0033ff9706001e0e8..6a0d7c61fb905d32fa53937b7d4908cb1b502f79 100644 (file)
@@ -9,7 +9,7 @@
 
 //! Tests of our shutdown and closing_signed negotiation logic.
 
-use crate::chain::keysinterface::KeysInterface;
+use crate::chain::keysinterface::{EntropySource, KeysInterface, SignerProvider};
 use crate::chain::transaction::OutPoint;
 use crate::ln::channelmanager::{self, PaymentSendFailure, PaymentId};
 use crate::routing::router::{PaymentParameters, get_route};