Skip to content

Commit

Permalink
Removed unnecessary assignment from the HyperdriveFactory (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalextowle authored Apr 7, 2024
1 parent b5cfabc commit 4967aa1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contracts/src/factory/HyperdriveFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -952,10 +952,6 @@ contract HyperdriveFactory is IHyperdriveFactory {
// The factory assumes the governance role during deployment so that it
// can set up some initial values; however the governance role will
// ultimately be transferred to the hyperdrive governance address.
_config.linkerFactory = linkerFactory;
_config.linkerCodeHash = linkerCodeHash;
_config.feeCollector = feeCollector;
_config.sweepCollector = sweepCollector;
_config.governance = address(this);
_config.timeStretch = timeStretch;
}
Expand Down

0 comments on commit 4967aa1

Please sign in to comment.