Hex should be true since the data returned expects it to be hex encoded
This commit is contained in:
parent
c269c427a6
commit
66ec3e9f4d
@ -140,7 +140,7 @@ export class TrezorSubprovider extends BaseWalletSubprovider {
|
||||
const response: TrezorConnectResponse = await this._trezorConnectClientApi.ethereumSignMessage({
|
||||
path: fullDerivationPath,
|
||||
message: data,
|
||||
hex: false,
|
||||
hex: true,
|
||||
});
|
||||
|
||||
if (response.success) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user