fix missing required param to fix sign request popup display (#15760)

This commit is contained in:
Godfrain Jacques 2024-07-24 08:45:09 -07:00 committed by GitHub
parent ee01c20b88
commit c2a8817a80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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")