diff --git a/accounts/abi/abi.go b/accounts/abi/abi.go index 39598d424d8f..be029412cb7c 100644 --- a/accounts/abi/abi.go +++ b/accounts/abi/abi.go @@ -147,8 +147,6 @@ func JSON(reader io.Reader) (ABI, error) { return abi, nil } -////////////////////////////////////////////////////////////////////// - // Pack the given method name to conform the ABI. Method call's data // will consist of method_id, args0, arg1, ... argN. Method id consists // of 4 bytes and arguments are all 32 bytes.