Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka authored and attente committed Sep 18, 2023
1 parent 419172f commit 1626b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/provider/src/transports/wallet-request-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class WalletRequestHandler implements ExternalProvider, JsonRpcHandler, P
app: options.app,
origin: options.origin,
expiry: options.expiry,
nonce = options.authorizeNonce
nonce: options.authorizeNonce
}
// if (typeof(options.authorize) === 'object') {
// authOptions = { ...authOptions, ...options.authorize }
Expand Down

0 comments on commit 1626b03

Please sign in to comment.