Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

eth_sign discrepancy with geth #4459

Closed
tomusdrw opened this issue Feb 7, 2017 · 1 comment
Closed

eth_sign discrepancy with geth #4459

tomusdrw opened this issue Feb 7, 2017 · 1 comment
Labels
F2-bug 🐞 The client fails to follow expected behavior. M6-rpcapi 📣 RPC API.

Comments

@tomusdrw
Copy link
Collaborator

tomusdrw commented Feb 7, 2017

Parity is not prepending the input with known data:
"\x19Ethereum Signed Message:\n" + len(message)

(len - length of message in decimal)

More
ethereum/go-ethereum#2940

@tomusdrw tomusdrw added F2-bug 🐞 The client fails to follow expected behavior. M6-rpcapi 📣 RPC API. labels Feb 7, 2017
@gavofyork
Copy link
Contributor

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior. M6-rpcapi 📣 RPC API.
Projects
None yet
Development

No branches or pull requests

2 participants