vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.84k stars 788 forks source link

Incorrect Comments #4084

Open ritzdorf opened 4 months ago

ritzdorf commented 4 months ago

Version Information

# bytes_m types are left padded with zeros
# abi encode method_id + bytestring to `buf+32`, then
# write method_id to `buf` and get out of here
method_id = util.method_id_int("Error(string)")