fix per review

This commit is contained in:
Anton Paymyshev 2022-09-09 18:31:24 +07:00 committed by GitHub
parent a39bce010e
commit ddea589ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ on the type of ``X`` being
- ``T[]`` where ``X`` has ``k`` elements (``k`` is assumed to be of type ``uint256``):
``enc(X) = enc(k) enc(([X[0], ..., X[k-1]]))``
``enc(X) = enc(k) enc((X[0], ..., X[k-1]))``
i.e. it is encoded as if it were an array of static size ``k``, prefixed with
the number of elements.