Skip to content

Commit

Permalink
fix: add _initGuard for proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlymite committed Dec 16, 2024
1 parent 50a3206 commit a792d5c
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 a792d5c

Please sign in to comment.