Skip to content

Commit

Permalink
chore: sync internal txs
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnt1811 committed Sep 7, 2023
1 parent af64cb9 commit d182be7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infrastructure/httpapi/handlers/account_transactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d182be7

Please sign in to comment.