From 7845a4e3dc735dd7f18c0357a4a82a5a3bb62fc4 Mon Sep 17 00:00:00 2001 From: Juan Enrique Alcaraz Date: Mon, 23 Oct 2023 16:58:41 +0200 Subject: [PATCH] Fix tx hash when transfering --- 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 dd579066..a9f015c2 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: txHash.transactionHash, type: ActivityTypes.HUB_TRANSFER, data: { from,