Skip to content

Commit

Permalink
Fix transfer hash retrieving
Browse files Browse the repository at this point in the history
  • Loading branch information
juanenrisley committed Oct 24, 2023
1 parent ce50af2 commit bb87d28
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.transactionHash,
txHash,
type: ActivityTypes.HUB_TRANSFER,
data: {
from,
Expand Down

0 comments on commit bb87d28

Please sign in to comment.