diff --git a/eth/types.go b/eth/types.go index 59e5eec5..89cbfffe 100644 --- a/eth/types.go +++ b/eth/types.go @@ -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"`