Skip to content

Commit

Permalink
Update contracts/src/interfaces/IHyperdriveFactory.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Jonny Rhea <[email protected]>
  • Loading branch information
jalextowle and jrhea authored Apr 19, 2024
1 parent 7596860 commit e4d08b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/interfaces/IHyperdriveFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ interface IHyperdriveFactory {
/// @param _governance The new governance address.
function updateGovernance(address _governance) external;

/// @notice Allows governance to change the hyperdrive governance address
/// @notice Allows governance to change the hyperdrive governance address.
/// @param _hyperdriveGovernance The new hyperdrive governance address.
function updateHyperdriveGovernance(address _hyperdriveGovernance) external;

Expand Down

0 comments on commit e4d08b3

Please sign in to comment.