contracts
contracts copied to clipboard
[SC-296] Bug(H-2): set BURN_ADMIN_ROLE during initialization
What has been done
- Moved
_setRoleAdmin(BURN_ADMIN_ROLE, BURN_ADMIN_ROLE);
to the initialization function - Added check to the tests
Closes [SC-296]