fix: s/index_tx_graph/indexed_tx_graph/g

This commit is contained in:
LLFourn
2023-08-25 14:18:29 +08:00
committed by Daniela Brozzoni
parent da8cfd39e9
commit f41cc1cb37
4 changed files with 11 additions and 11 deletions

View File

@@ -70,7 +70,7 @@ fn main() -> anyhow::Result<()> {
// aren't strictly needed here.
let graph = Mutex::new({
let mut graph = IndexedTxGraph::new(index);
graph.apply_changeset(init_changeset.index_tx_graph);
graph.apply_changeset(init_changeset.indexed_tx_graph);
graph
});
let chain = Mutex::new({