Skip to content

Commit

Permalink
core: fix typo in error message (ethereum#14763)
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi authored and fjl committed Jul 5, 2017
1 parent 138f26c commit f25486c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/transaction_signing.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

var (
ErrInvalidChainId = errors.New("invalid chaid id for signer")
ErrInvalidChainId = errors.New("invalid chain id for signer")

errAbstractSigner = errors.New("abstract signer")
abstractSignerAddress = common.HexToAddress("ffffffffffffffffffffffffffffffffffffffff")
Expand Down

0 comments on commit f25486c

Please sign in to comment.