From 31dc66f136f3da5a4ad40248de89a342a7381966 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 29 Jul 2024 19:17:58 +0300 Subject: [PATCH] chore(dapps) disable eth_signTransaction for Wallet Connect Closes: #15661 --- .../AppLayouts/Wallet/services/dapps/types/SessionRequest.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Wallet/services/dapps/types/SessionRequest.qml b/ui/app/AppLayouts/Wallet/services/dapps/types/SessionRequest.qml index 7f25711803a..e644aa38d25 100644 --- a/ui/app/AppLayouts/Wallet/services/dapps/types/SessionRequest.qml +++ b/ui/app/AppLayouts/Wallet/services/dapps/types/SessionRequest.qml @@ -59,7 +59,7 @@ QtObject { function buildDataObject(tx) { return {tx}} function getTxObjFromData(data) { return data.tx } } - readonly property var all: [personalSign, sign, signTypedData_v4, signTypedData, signTransaction, sendTransaction] + readonly property var all: [personalSign, sign, signTypedData_v4, signTypedData, sendTransaction] } function getSupportedMethods() {