From b65b3d25125b48af7e5f714b08c49611707be932 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Thu, 15 Nov 2018 10:53:27 +0100 Subject: [PATCH] Apply suggestions from code review apply suggestions Co-Authored-By: vedhavyas --- accounts/abi/argument.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/abi/argument.go b/accounts/abi/argument.go index 453af7441c..d91f320278 100644 --- a/accounts/abi/argument.go +++ b/accounts/abi/argument.go @@ -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))...)