You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Fix parsing of legacy transactions without chain ID
Newer go-ethereum versions reject a zero `chainID` in
`LatestSignerForChainID`. For legacy transactions without a chain ID,
we now correctly pass `nil`.
0 commit comments