Skip to content

Commit

Permalink
Fix bench build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Jan 16, 2024
1 parent 5aeb6c5 commit 4532fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/channelmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12487,7 +12487,7 @@ pub mod bench {
use bitcoin::blockdata::locktime::absolute::LockTime;
use bitcoin::hashes::Hash;
use bitcoin::hashes::sha256::Hash as Sha256;
use bitcoin::{Block, Transaction, TxOut};
use bitcoin::{Transaction, TxOut};

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

Expand Down

0 comments on commit 4532fb5

Please sign in to comment.