Skip to content

Commit 4ac68f9

Browse files
committed
Remove unused test import
1 parent 42a772d commit 4ac68f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/channelmanager.rs

-2
Original file line numberDiff line numberDiff line change
@@ -7981,8 +7981,6 @@ mod tests {
79817981
use bitcoin::hashes::Hash;
79827982
use bitcoin::hashes::sha256::Hash as Sha256;
79837983
use bitcoin::secp256k1::{PublicKey, Secp256k1, SecretKey};
7984-
#[cfg(feature = "std")]
7985-
use core::time::Duration;
79867984
use core::sync::atomic::Ordering;
79877985
use crate::events::{Event, HTLCDestination, MessageSendEvent, MessageSendEventsProvider, ClosureReason};
79887986
use crate::ln::{PaymentPreimage, PaymentHash, PaymentSecret};

0 commit comments

Comments
 (0)