madfish-solutions/templewallet-extension

Message signing: human readable message not displayed correctly

Closed this issue · 1 comments

The following message:
Tezos Signed Message:\n\nWelcome to this dApp!
is displayed correctly in Kukai, but not in Temple.

Encoded form:
05010000002d54657a6f73205369676e6564204d6573736167653a200a0a57656c636f6d6520746f2074686973206441707021

Temple:
image

Kukai:
image

note: The TzProfiles message is displayed, so I guess there might be a bug in the message detection logic.

It needed signingType: SigningType.MICHELINE, it didn't work with RAW.