diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index 501bb36062..636d0bfe26 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -1144,7 +1144,7 @@ func (args *SendTxArgs) setDefaults(ctx context.Context, b Backend) error { input = *args.Input } if len(input) == 0 { - return errors.New(`Contract creation without any data provided`) + return errors.New(`contract creation without any data provided`) } } return nil