vault-ethereum
vault-ethereum copied to clipboard
fix: adding prefix for personal message sign
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).
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.
It's called sign-tx now.