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 50a3206 commit 1dab6e5Copy full SHA for 1dab6e5
src/contracts/treasury/Collector.sol
@@ -88,6 +88,7 @@ contract Collector is VersionedInitializable, ICollector, ReentrancyGuard {
88
_nextStreamId = nextStreamId;
89
}
90
91
+ _initGuard();
92
_setFundsAdmin(fundsAdmin);
93
94
0 commit comments