This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
[docs] Suggestion / Change Request - Fix Description for 2nd Argument of setabi() #578
Labels
documentation
Requires attention of documentation team. e.g. documentation is expected to be generated.
Code: Source
Regarding https://developers.eos.io/manuals/eosio.contracts/latest/action-reference/eosio.bios/index/#setabi
For the 2rd argument
abi
of the functionvoid setabi(account, abi)
the current descriptionis inaccurate. It should simply be
The
abi
argument that gets passed is just a text string, not a hash. Hashing happens afterwards.For source code, see
eosio.contracts/contracts/eosio.bios/src/eosio.bios.cpp
Line 5 in d7bc0a5
and
eosio.contracts/contracts/eosio.system/src/eosio.system.cpp
Line 361 in d7bc0a5
The text was updated successfully, but these errors were encountered: