eos
eos copied to clipboard
Bug: incorrect count of get_table_by_scope
reproduce the bug as below steps:
- add one record in the scope
- delete the record and keep the scope
the scope count of get_table_by_scope would be 1 instead of 0.
This would seem to be correct behavior. Similar to accounts, scopes and tables don't get deleted. You can remove all records but that won't delete the table or scope. Did you mean to use get_table_rows
?
not get_table_rows
, error encountered on api get_table_by_scope