Skip to content

Commit

Permalink
chore: transfer is Send not Receive (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
khanti42 authored Dec 17, 2024
1 parent 009e8d4 commit 08507f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const getTxnName = (
) {
for (const call of transaction.accountCalls[contractAddress]) {
if (call.contractFuncName === ContractFuncName.Transfer) {
return 'Receive';
return 'Send';
}
if (call.contractFuncName === ContractFuncName.Upgrade) {
return 'Upgrade Account';
Expand Down

0 comments on commit 08507f9

Please sign in to comment.