[bdk_chain_redesign] mut_index
should be index_mut
This commit is contained in:
parent
db7883d813
commit
313965d8c8
@ -73,7 +73,7 @@ impl<A: BlockAnchor, I: TxIndex> IndexedTxGraph<A, I> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Get a mutable reference to the internal transaction index.
|
/// 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
|
&mut self.index
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user