Skip to content

Commit

Permalink
eth/types: bugfix. typo on Tx.Value json tag (#178)
Browse files Browse the repository at this point in the history
typo in json tag
  • Loading branch information
cygaar authored Oct 11, 2023
1 parent 66357bf commit 05c8b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ type Tx struct {
GasLimit Uint64 `json:"gas"`
From Bytes `json:"from"`
To Bytes `json:"to"`
Value uint256.Int `json:"vlaue"`
Value uint256.Int `json:"value"`
Data Bytes `json:"input"`
V uint256.Int `json:"v"`
R uint256.Int `json:"r"`
Expand Down

0 comments on commit 05c8b6e

Please sign in to comment.