|
2 | 2 | mod tests { |
3 | 3 | use bitcoin::consensus::deserialize; |
4 | 4 | use bitcoinkernel::core::transaction::TxIn; |
5 | | - use bitcoinkernel::notifications::types::BlockValidationStateRef; |
6 | 5 | 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, |
12 | 11 | }; |
13 | 12 | use std::fs::File; |
14 | 13 | use std::io::{BufRead, BufReader}; |
|
0 commit comments