Skip to content

Commit

Permalink
Update eth/input.go
Browse files Browse the repository at this point in the history
Could be any size

Co-authored-by: Nicolas Hewitt <[email protected]>
  • Loading branch information
antonydenyer and nthpool authored Jan 10, 2024
1 parent 5437b74 commit 348b328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (i Input) String() string {
}

func (i Input) Bytes() []byte {
return Data20(i).Bytes()
return Data(i).Bytes()
}

// RLP returns the Input as an RLP-encoded string, note Input can never be null
Expand Down

0 comments on commit 348b328

Please sign in to comment.