chore(dapps) disable eth_signTransaction for Wallet Connect

Closes: #15661
This commit is contained in:
Stefan 2024-07-29 19:17:58 +03:00 committed by Stefan Dunca
parent dd25572c28
commit 222b9c74f5
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ QtObject {
function buildDataObject(tx) { return {tx}} function buildDataObject(tx) { return {tx}}
function getTxObjFromData(data) { return data.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() { function getSupportedMethods() {