Skip to content

Commit

Permalink
Update applications/minotari_console_wallet/src/ui/components/transac…
Browse files Browse the repository at this point in the history
…tions_tab.rs
  • Loading branch information
SWvheerden authored Jan 17, 2025
1 parent 475ed50 commit 12c9e1e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 12c9e1e

Please sign in to comment.