Skip to content

Commit 1dab6e5

Browse files
fix: add _initGuard for proxy (#93)
1 parent 50a3206 commit 1dab6e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/contracts/treasury/Collector.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ contract Collector is VersionedInitializable, ICollector, ReentrancyGuard {
8888
_nextStreamId = nextStreamId;
8989
}
9090

91+
_initGuard();
9192
_setFundsAdmin(fundsAdmin);
9293
}
9394

0 commit comments

Comments
 (0)