Skip to content

Commit 95def46

Browse files
improve error msg
1 parent 654faed commit 95def46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpcCoreKit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ export class Web3AuthMPCCoreKit implements ICoreKit {
14111411
}
14121412

14131413
if (data.length > 5) {
1414-
throw CoreKitError.default("Batch size too large");
1414+
throw CoreKitError.default("Batch signing is limited to a maximum of 5 messages at a time");
14151415
}
14161416

14171417
if (hashed.length !== data.length) {

0 commit comments

Comments
 (0)