From 12c9e1ecd923c3ea66623196d2ef696465307db1 Mon Sep 17 00:00:00 2001 From: SW van Heerden Date: Fri, 17 Jan 2025 09:56:30 +0200 Subject: [PATCH] Update applications/minotari_console_wallet/src/ui/components/transactions_tab.rs --- .../src/ui/components/transactions_tab.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/applications/minotari_console_wallet/src/ui/components/transactions_tab.rs b/applications/minotari_console_wallet/src/ui/components/transactions_tab.rs index ae2ef57c33..dfa2145256 100644 --- a/applications/minotari_console_wallet/src/ui/components/transactions_tab.rs +++ b/applications/minotari_console_wallet/src/ui/components/transactions_tab.rs @@ -230,8 +230,6 @@ impl TransactionsTab { transaction_type = tx_type.clone(); }; - // TODO: Remove when backwards compatibility for `PaymentId::Open` and `PaymentId::AddressAndData` is no - // TODO: longer required. if let Some(PaymentId::Open { .. } | PaymentId::AddressAndData { .. }) = tx.payment_id.clone() { if transaction_type == TxType::PaymentToSelf && tx.source_address != tx.destination_address { transaction_type = TxType::PaymentToOther;