We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551ad6c commit c749098Copy full SHA for c749098
src/contracts/treasury/Collector.sol
@@ -96,6 +96,7 @@ contract Collector is AccessControlUpgradeable, ReentrancyGuardUpgradeable, ICol
96
__AccessControl_init();
97
__ReentrancyGuard_init();
98
_grantRole(DEFAULT_ADMIN_ROLE, admin);
99
+ _grantRole(FUNDS_ADMIN_ROLE, admin);
100
if (nextStreamId != 0) {
101
_nextStreamId = nextStreamId;
102
}
0 commit comments