ref(tx_graph)!: Rename list_chain_txs to list_canonical_txs

This commit is contained in:
valued mammal
2024-06-04 07:48:15 -04:00
parent 2ce4bb4dfc
commit b34790c6b6
5 changed files with 14 additions and 14 deletions

View File

@@ -1091,7 +1091,7 @@ impl Wallet {
{
self.indexed_graph
.graph()
.list_chain_txs(&self.chain, self.chain.tip().block_id())
.list_canonical_txs(&self.chain, self.chain.tip().block_id())
}
/// Return the balance, separated into available, trusted-pending, untrusted-pending and immature