From bb87d28f84dc964ac388d985fb5d228fa06356a1 Mon Sep 17 00:00:00 2001 From: Juan Enrique Alcaraz Date: Tue, 24 Oct 2023 16:03:06 +0200 Subject: [PATCH] Fix transfer hash retrieving --- src/store/token/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/token/actions.js b/src/store/token/actions.js index a9f015c2..dd579066 100644 --- a/src/store/token/actions.js +++ b/src/store/token/actions.js @@ -343,7 +343,7 @@ export function transfer( if (txHash !== null) { dispatch( addPendingActivity({ - txHash: txHash.transactionHash, + txHash, type: ActivityTypes.HUB_TRANSFER, data: { from,