diff options
Diffstat (limited to 'docs/abi-spec.rst')
-rw-r--r-- | docs/abi-spec.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst index b79bb613..66a3befd 100644 --- a/docs/abi-spec.rst +++ b/docs/abi-spec.rst @@ -157,7 +157,8 @@ on the type of `X` being Note that for any `X`, `len(enc(X))` is a multiple of 32. -## Function Selector and Argument Encoding +Function Selector and Argument Encoding +======================================= All in all, a call to the function `f` with parameters `a_1, ..., a_n` is encoded as |