[bdk_chain_redesign] More tweaks and renamings

This commit is contained in:
志宇
2023-04-05 19:13:42 +08:00
parent ddd5e951f5
commit 24cd8c5cc7
3 changed files with 7 additions and 7 deletions

View File

@@ -190,7 +190,7 @@ impl<A: BlockAnchor, I: TxIndex> IndexedTxGraph<A, I> {
}
}
pub fn filter_and_insert_txs<'t, T>(
pub fn insert_relevant_txs<'t, T>(
&mut self,
txs: T,
observation: ObservedAs<A>,