Skip to content

Commit 074c09b

Browse files
committed
f fix bench
1 parent ffe3c1c commit 074c09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7974,7 +7974,7 @@ pub mod bench {
79747974

79757975
use bitcoin::hashes::Hash;
79767976
use bitcoin::hashes::sha256::Hash as Sha256;
7977-
use bitcoin::{Block, BlockHeader, Transaction, TxOut};
7977+
use bitcoin::{Block, BlockHeader, PackedLockTime, Transaction, TxMerkleNode, TxOut};
79787978

79797979
use sync::{Arc, Mutex};
79807980

0 commit comments

Comments
 (0)