Skip to content

Commit

Permalink
Send isEthSign
Browse files Browse the repository at this point in the history
  • Loading branch information
y3fers0n committed Sep 13, 2024
1 parent d9a62d5 commit 7fe4086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethereum/MobileAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export class MobileAdapter {
method: MobileAdapter.isUTF8(buffer)
? 'signPersonalMessage'
: 'signMessage',
params: { data, address },
params: { data, address, isEthSign: true },
});
}

Expand Down

0 comments on commit 7fe4086

Please sign in to comment.