You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
struct tester_permission_level_weight, struct tester_wait_weight, and struct tester_authority are in tester.cpp, and therefore not visible to tester users.
These structs should be externally accessible, to make it easier for users to call actions in test-cases to update account permissions, etc.
The text was updated successfully, but these errors were encountered:
They were temporary until the eosio namespace got versions of those. They can be removed now. See eosio/authority.hpp.
James-Mart
changed the title
tester: move permission/authority structs to accessible area
tester: use eosio/authority rather than tester equivalent
Feb 1, 2022
struct tester_permission_level_weight
,struct tester_wait_weight
, andstruct tester_authority
are in tester.cpp, and therefore not visible to tester users.These structs should be externally accessible, to make it easier for users to call actions in test-cases to update account permissions, etc.
The text was updated successfully, but these errors were encountered: