mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Apply suggestions from code review
apply suggestions Co-Authored-By: vedhavyas <vedhavyas.singareddi@gmail.com>
This commit is contained in:
parent
e024c16f34
commit
b65b3d2512
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ func (arguments Arguments) Pack(args ...interface{}) ([]byte, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
// check for dynamic types)=
|
||||
// check for dynamic types
|
||||
if offsetRequired(input.Type) {
|
||||
// set the offset
|
||||
ret = append(ret, packNum(reflect.ValueOf(inputOffset))...)
|
||||
|
|
|
|||
Loading…
Reference in a new issue