You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @audit - enforce runtime type/input validation! user superstruct from metamask
183
186
thrownewError(
184
187
`Origin '${origin}' is not allowed to call '${request.method}'`,
185
188
);
186
189
}
187
190
188
-
// Handle keyring methods.
189
-
returnhandleKeyringRequest(awaitgetKeyring(),request);// @audit - handleKeyringRequest is async, might req. await? (else returns promise of promise? dblcheck with MM team)
0 commit comments