diff --git a/crates/chain/src/indexed_tx_graph.rs b/crates/chain/src/indexed_tx_graph.rs index 5361437e..91ecd571 100644 --- a/crates/chain/src/indexed_tx_graph.rs +++ b/crates/chain/src/indexed_tx_graph.rs @@ -73,7 +73,7 @@ impl IndexedTxGraph { } /// Get a mutable reference to the internal transaction index. - pub fn mut_index(&mut self) -> &mut I { + pub fn index_mut(&mut self) -> &mut I { &mut self.index }