Skip to content

Commit b005d6f

Browse files
committed
make address optional
1 parent a738253 commit b005d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/iframe-stamper/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ export class IframeStamper {
563563
*/
564564
async signMessage(
565565
message: TSignableMessage,
566-
address: string,
566+
address?: string,
567567
): Promise<string> {
568568
return this.createRequest<string>(IframeEventType.SignMessage, {
569569
value: JSON.stringify(message),

0 commit comments

Comments
 (0)