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]
Small one, but since it's high-prio: @FHieser ?