Skip to content

Commit

Permalink
Fix tx hash when transfering
Browse files Browse the repository at this point in the history
  • Loading branch information
juanenrisley committed Oct 23, 2023
1 parent 8e9dc8d commit 7845a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/token/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export function transfer(
if (txHash !== null) {
dispatch(
addPendingActivity({
txHash,
txHash: txHash.transactionHash,
type: ActivityTypes.HUB_TRANSFER,
data: {
from,
Expand Down

0 comments on commit 7845a4e

Please sign in to comment.