chore(dapps) disable eth_signTransaction for Wallet Connect
Closes: #15661
This commit is contained in:
parent
dd25572c28
commit
222b9c74f5
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue