Skip to content

Commit

Permalink
[TamTM6] fix method name erc20
Browse files Browse the repository at this point in the history
  • Loading branch information
mtamkg committed Apr 24, 2024
1 parent e4d72a0 commit 8aff3e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ export class EvmTokenTransfersTabComponent implements OnInit, AfterViewInit {
_.get(element, 'evm_transaction.transaction.code') == CodeTransaction.Success
? StatusTransaction.Success
: StatusTransaction.Fail;
element['type'] = _.get(element, 'evm_transaction.data')?.substring(0, 8);
element['decimal'] = _.get(element, 'erc20_contract.decimal');
element['lstTypeTemp'] = _.get(element, 'evm_transaction.transaction_message');
});
Expand Down

0 comments on commit 8aff3e6

Please sign in to comment.