diff --git a/chainio/clients/elcontracts/writer.go b/chainio/clients/elcontracts/writer.go index 913f12bb..ed34e2e2 100644 --- a/chainio/clients/elcontracts/writer.go +++ b/chainio/clients/elcontracts/writer.go @@ -844,7 +844,7 @@ func getPubkeyRegistrationParams( return &pubkeyRegParams, nil } -// Returns the ABI encode of the given registration params. +// Returns the ABI encoding of the given registration params. func abiEncodeRegistrationParams( socket string, pubkeyRegistrationParams regcoord.IBLSApkRegistryPubkeyRegistrationParams,