contracts icon indicating copy to clipboard operation
contracts copied to clipboard

[SC-296] Bug(H-2): set BURN_ADMIN_ROLE during initialization

Open 0xNuggan opened this issue 9 months ago • 1 comments

What has been done

  • Moved _setRoleAdmin(BURN_ADMIN_ROLE, BURN_ADMIN_ROLE);to the initialization function
  • Added check to the tests

Closes [SC-296]

0xNuggan avatar May 27 '24 10:05 0xNuggan