Skip to content

Commit 22ddb4b

Browse files
chore(test): fix imports for BlockValidationStateRef
1 parent 3eef724 commit 22ddb4b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tests/test.rs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
mod tests {
33
use bitcoin::consensus::deserialize;
44
use bitcoinkernel::core::transaction::TxIn;
5-
use bitcoinkernel::notifications::types::BlockValidationStateRef;
65
use bitcoinkernel::{
7-
prelude::*, verify, Block, BlockHash, BlockSpentOutputs, BlockTreeEntry, ChainParams,
8-
ChainType, ChainstateManager, ChainstateManagerBuilder, Coin, Context, ContextBuilder,
9-
KernelError, Log, Logger, ScriptPubkey, ScriptVerifyError, Transaction,
10-
TransactionSpentOutputs, TxOut, TxOutRef, VERIFY_ALL_PRE_TAPROOT, VERIFY_TAPROOT,
11-
VERIFY_WITNESS,
6+
prelude::*, verify, Block, BlockHash, BlockSpentOutputs, BlockTreeEntry,
7+
BlockValidationStateRef, ChainParams, ChainType, ChainstateManager,
8+
ChainstateManagerBuilder, Coin, Context, ContextBuilder, KernelError, Log, Logger,
9+
ScriptPubkey, ScriptVerifyError, Transaction, TransactionSpentOutputs, TxOut, TxOutRef,
10+
VERIFY_ALL_PRE_TAPROOT, VERIFY_TAPROOT, VERIFY_WITNESS,
1211
};
1312
use std::fs::File;
1413
use std::io::{BufRead, BufReader};

0 commit comments

Comments
 (0)