fix: s/index_tx_graph/indexed_tx_graph/g
This commit is contained in:
committed by
Daniela Brozzoni
parent
da8cfd39e9
commit
f41cc1cb37
@@ -248,7 +248,7 @@ impl<D> Wallet<D> {
|
||||
|
||||
let changeset = db.load_from_persistence().map_err(NewError::Persist)?;
|
||||
chain.apply_changeset(&changeset.chain);
|
||||
indexed_graph.apply_changeset(changeset.index_tx_graph);
|
||||
indexed_graph.apply_changeset(changeset.indexed_tx_graph);
|
||||
|
||||
let persist = Persist::new(db);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user