Skip to content

Commit 3c53ca6

Browse files
committed
Fix bench build warning
1 parent fc772b2 commit 3c53ca6

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
@@ -12470,7 +12470,7 @@ pub mod bench {
1247012470
use bitcoin::blockdata::locktime::absolute::LockTime;
1247112471
use bitcoin::hashes::Hash;
1247212472
use bitcoin::hashes::sha256::Hash as Sha256;
12473-
use bitcoin::{Block, Transaction, TxOut};
12473+
use bitcoin::{Transaction, TxOut};
1247412474

1247512475
use crate::sync::{Arc, Mutex, RwLock};
1247612476

0 commit comments

Comments
 (0)