Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkatsios committed Sep 26, 2024
1 parent 8a6b294 commit aa21749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/test/foundry/utils/FertilizerDeployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ contract FertilizerDeployer is Utils {
IOwner(fertilizerAddress).transferOwnership(newOwner);
}

function mintFertilizer() internal {} // TODO
function mintFertilizer() internal {}

function mockMintFertilizer() internal {}

Expand Down

0 comments on commit aa21749

Please sign in to comment.