Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/plain-coverage' into fea…
Browse files Browse the repository at this point in the history
…ture/plain-coverage
  • Loading branch information
TheDZhon committed Feb 5, 2023
2 parents 110a539 + 37fd5fe commit 2114c10
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions contracts/0.8.9/test_helpers/LidoLocatorMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,7 @@ contract LidoLocatorMock is ILidoLocator {
postTokenRebaseReceiver = addrs.postTokenRebaseReceiver;
}

function coreComponents() external view returns(
address elRewardsVault,
address safetyNetsRegistry,
address stakingRouter,
address treasury,
address withdrawalQueue,
address withdrawalVault
) {
function coreComponents() external view returns(address,address,address,address,address,address) {
return (
elRewardsVault,
safetyNetsRegistry,
Expand Down

0 comments on commit 2114c10

Please sign in to comment.