From d182be7794a0a89d6e6de108032193080f70f83b Mon Sep 17 00:00:00 2001 From: trung Date: Thu, 7 Sep 2023 09:38:11 +0700 Subject: [PATCH] chore: sync internal txs --- infrastructure/httpapi/handlers/account_transactions.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/httpapi/handlers/account_transactions.go b/infrastructure/httpapi/handlers/account_transactions.go index ee423f1..aba4f8b 100644 --- a/infrastructure/httpapi/handlers/account_transactions.go +++ b/infrastructure/httpapi/handlers/account_transactions.go @@ -477,10 +477,10 @@ func (handler *AccountTransactions) SyncAccountInternalTxsByTxHash(ctx *fasthttp //sync internal txs rewardType := map[string]bool{ - "sendReward": true, - "redeemReward": true, - "exchange": true, - "exchangeWithValue": true, + "sendReward": true, + //"redeemReward": true, + //"exchange": true, + //"exchangeWithValue": true, } accountTransactionRows := make([]account_transaction_view.AccountTransactionBaseRow, 0) txs := make([]account_transaction_view.TransactionRow, 0)