-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Parity panics on networkID: 0
?
#8345
Comments
The steps to reproduce your issue aren't clear to me. Could you please describe your setup and provide your chain spec ? |
It was already reported in #7302 |
My chain spec is. The account
The account private key files were created under another chain spec with different name and then copied to this chain. |
Hey,
Pick another number! Parity doesn't like networkID 0 |
networkID: 0
?
Pull requests welcome :) |
I'm not sure I understand. @folsen how |
@debris me either :S I just went by the last report, it may be inaccurate, that's why I also put it in needs investigation |
The fix here would be to prevent a |
Signed-off-by: Seun LanLege <[email protected]>
Signed-off-by: Seun LanLege <[email protected]>
I am getting this panic on an account defined in chain spec. The account was created in a placeholder chain spec through command line and then copy to the actual authority chain key folder before started.
This happened every time I tried to transfer balance to another account and parity wallet asked me to sign the transaction.
When I tring to repeat this, it occurs all the time.
Error in question:
panicked at 'Transaction was signed by AccountsProvider; it never produces invalid signatures; qed: Ethkey(InvalidSignature)'
The text was updated successfully, but these errors were encountered: