From 76b5373422e1cd38b84304f83bd2371acd0d30c2 Mon Sep 17 00:00:00 2001 From: vedhavyas Date: Wed, 7 Nov 2018 10:59:48 +0100 Subject: [PATCH] update comment --- accounts/abi/type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/abi/type.go b/accounts/abi/type.go index a766a0462e..eeb42e7d7c 100644 --- a/accounts/abi/type.go +++ b/accounts/abi/type.go @@ -228,7 +228,7 @@ func (t Type) requiresLengthPrefix() bool { return t.T == StringTy || t.T == BytesTy || t.T == SliceTy } -// getOffset returns the offset to be added +// getOffset returns the offset to be added for t func getOffset(t Type) int { if t.T == ArrayTy { return 32 * t.Size