Skip to content

Commit 7f7b387

Browse files
chore(wrapped-keys-lit-actions): LIT-3920 - Update batchGenerateKeysWithLitAction() to set numResponsesRequired: 1 on its executeJs() call
1 parent 9a3af57 commit 7f7b387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/wrapped-keys/src/lib/lit-actions-client/batch-generate-keys.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export async function batchGenerateKeysWithLitAction(
3737
} = args;
3838

3939
const result = await litNodeClient.executeJs({
40+
numResponsesRequired: 1,
4041
sessionSigs: pkpSessionSigs,
4142
ipfsId: litActionIpfsCid,
4243
code: litActionCode,

0 commit comments

Comments
 (0)