We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c26a6 commit 2b5242cCopy full SHA for 2b5242c
packages/sdk/src/client/session/decorators/wallet.ts
@@ -89,7 +89,7 @@ export function zksyncSsoWalletActions<
89
type: "eip712",
90
};
91
92
- if (client.skipPreTransactionStateValidation !== false) {
+ if (client.skipPreTransactionStateValidation !== true) {
93
// Get current session state and trigger callback if needed
94
const sessionState = await getSessionStateAndNotify(client);
95
0 commit comments