Skip to content

Commit

Permalink
fix: add _initGuard for proxy (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlymite authored Dec 16, 2024
1 parent 50a3206 commit 1dab6e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contracts/treasury/Collector.sol
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ contract Collector is VersionedInitializable, ICollector, ReentrancyGuard {
_nextStreamId = nextStreamId;
}

_initGuard();
_setFundsAdmin(fundsAdmin);
}

Expand Down

0 comments on commit 1dab6e5

Please sign in to comment.