From c2a8817a807e68e0c72b45ce03109c1a22431207 Mon Sep 17 00:00:00 2001 From: Godfrain Jacques Date: Wed, 24 Jul 2024 08:45:09 -0700 Subject: [PATCH] fix missing required param to fix sign request popup display (#15760) --- ui/app/AppLayouts/Wallet/services/dapps/DappsConnectorSDK.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Wallet/services/dapps/DappsConnectorSDK.qml b/ui/app/AppLayouts/Wallet/services/dapps/DappsConnectorSDK.qml index b2d8463ec2..93da40aeaa 100644 --- a/ui/app/AppLayouts/Wallet/services/dapps/DappsConnectorSDK.qml +++ b/ui/app/AppLayouts/Wallet/services/dapps/DappsConnectorSDK.qml @@ -89,7 +89,8 @@ WalletConnectSDKBase { maxFeesText: "?", maxFeesEthText: "?", enoughFunds: enoughFunds, - estimatedTimeText: "?" + estimatedTimeText: "?", + preparedData: event.params.request.tx.data, }) if (obj === null) { console.error("Error creating SessionRequestResolved for event")