Open MonarthS opened 4 years ago
In general, the personal message sign is generated with prefix \x19Ethereum Signed Message:\n. So compared to other, this prefix is required to get same signature as others (for ex: metamask).
\x19Ethereum Signed Message:\n
Can you pull from master (i drastically changed the plugin) and submit this again?
Okay, need to check this as I can't see the method pathSign in path_accounts.go.
pathSign
path_accounts.go
It's called sign-tx now.
In general, the personal message sign is generated with prefix
\x19Ethereum Signed Message:\n
. So compared to other, this prefix is required to get same signature as others (for ex: metamask).