Skip to content

Commit

Permalink
(InflationaryOperator): initialise inflationDayZero from Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbollen committed Oct 1, 2024
1 parent 74a6435 commit 10bb27a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/circles/InflationaryOperator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ contract InflationaryCirclesOperator is BatchedDemurrage {

constructor(IHubV2 _hub) {
hub = _hub;
// read inflation day zero from hub
inflationDayZero = hub.inflationDayZero();
}

// Public functions
Expand Down

0 comments on commit 10bb27a

Please sign in to comment.