mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
fix missing required param to fix sign request popup display (#15760)
This commit is contained in:
parent
ee01c20b88
commit
c2a8817a80
@ -89,7 +89,8 @@ WalletConnectSDKBase {
|
|||||||
maxFeesText: "?",
|
maxFeesText: "?",
|
||||||
maxFeesEthText: "?",
|
maxFeesEthText: "?",
|
||||||
enoughFunds: enoughFunds,
|
enoughFunds: enoughFunds,
|
||||||
estimatedTimeText: "?"
|
estimatedTimeText: "?",
|
||||||
|
preparedData: event.params.request.tx.data,
|
||||||
})
|
})
|
||||||
if (obj === null) {
|
if (obj === null) {
|
||||||
console.error("Error creating SessionRequestResolved for event")
|
console.error("Error creating SessionRequestResolved for event")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user