Searched refs:remove_transaction (Results 1 – 6 of 6) sorted by relevance
297 self.remove_transaction(tx_hash2)341 def remove_transaction(self, tx_hash: str) -> None: member in AddressSynchronizer374 tx = self.db.remove_transaction(tx_hash)455 self.remove_transaction(txid)
1052 def remove_transaction(self, tx_hash: str) -> Optional[Transaction]: member in WalletDB
979 wallet.remove_transaction(txid)
2754 self.remove_transaction(tx_hash)
321 self.wallet.remove_transaction(txid)
769 self.wallet.remove_transaction(tx_hash)