Hex should be true since the data returned expects it to be hex encoded

This commit is contained in:
Rick Morty 2019-06-15 21:23:40 -07:00
parent c269c427a6
commit 66ec3e9f4d

View File

@ -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) {