Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Hardcoding - seth blinding using network id as chain id, getting invalid sender error #36

Closed
thapakazi opened this issue May 16, 2018 · 0 comments

Comments

@thapakazi
Copy link

Just thinking out loud, how safe is it to simply assume networkID and chainID same.
Stumbled upon here because I was using different chainID and netwworkID, and seth was just throwing out invalid sender error.

Turns out we have been setting chain-id.

--chain-id $(seth rpc net_version)

It would be better if we have a option to send the chain-id param explicitly and set rpc net_version as default like:

--chain-id ${chain_id_from_option:-(seth rpc net_version)} 

Thoughts ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants