Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't panic on deposit transaction signature values (ethereum#18)
* Don't panic on deposit transaction signature values Instead of panicking on `rawSignatureValues`, return zero for V, R, and S. Panicking in those methods breaks users of the Go client like Hive, since transaction serialization calls `rawSignatureValues` under the hood. * Code review updates * Don't panic on chain ID too
- Loading branch information