Skip to content

Commit c43b4c0

Browse files
committed
Fix bench build warning
1 parent dc93394 commit c43b4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12487,7 +12487,7 @@ pub mod bench {
1248712487
use bitcoin::blockdata::locktime::absolute::LockTime;
1248812488
use bitcoin::hashes::Hash;
1248912489
use bitcoin::hashes::sha256::Hash as Sha256;
12490-
use bitcoin::{Block, Transaction, TxOut};
12490+
use bitcoin::{Transaction, TxOut};
1249112491

1249212492
use crate::sync::{Arc, Mutex, RwLock};
1249312493

0 commit comments

Comments
 (0)