temp trade history fix

This commit is contained in:
julian 2022-09-30 17:24:23 -06:00
parent 02bc6060f5
commit c9a064e3f6

View file

@ -138,7 +138,7 @@ class _TransactionsListState extends ConsumerState<TransactionsList> {
e.statusObject != null &&
(e.statusObject!.payinHash == tx.txid ||
e.statusObject!.payoutHash == tx.txid));
if (matchingTrades.isNotEmpty) {
if (tx.txType == "Sent" && matchingTrades.isNotEmpty) {
final trade = matchingTrades.first;
return Container(
decoration: BoxDecoration(