[bdk_chain_redesign] MOVE TxIndex into indexed_chain_graph.rs

`tx_graph.rs` is rearranged as well.
This commit is contained in:
志宇
2023-04-12 11:24:05 +08:00
parent 7d92337b93
commit 10ab77c549
4 changed files with 74 additions and 70 deletions

View File

@@ -2,7 +2,8 @@ use core::ops::RangeBounds;
use crate::{
collections::{hash_map::Entry, BTreeMap, BTreeSet, HashMap},
ForEachTxOut, TxIndex,
indexed_tx_graph::TxIndex,
ForEachTxOut,
};
use bitcoin::{self, OutPoint, Script, Transaction, TxOut, Txid};