Skip to content

Commit

Permalink
update interface to correctly reflect function
Browse files Browse the repository at this point in the history
  • Loading branch information
afkbyte committed Oct 9, 2024
1 parent b97be80 commit 729bedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/IHelloWorldServiceManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ interface IHelloWorldServiceManager {
bytes calldata signature
) external;

function updateAggregator() external;
function updateAggregator(address _newAggregator) external;

}

0 comments on commit 729bedf

Please sign in to comment.