Skip to content

Commit cf317bc

Browse files
committed
Update error message
1 parent 916da00 commit cf317bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/LumClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ export class LumClient {
294294
}
295295

296296
if (!signDoc || signatures.length === 0) {
297-
throw new Error('No wallet provided');
297+
throw new Error('Failed to sign the document: no signature provided');
298298
}
299299

300300
return LumUtils.generateTxBytes(signDoc, signatures);

0 commit comments

Comments
 (0)