From aa217499d6a57f89d0993547285e1431d612eff7 Mon Sep 17 00:00:00 2001 From: nickkatsios Date: Thu, 26 Sep 2024 20:29:28 +0300 Subject: [PATCH] remove todo --- protocol/test/foundry/utils/FertilizerDeployer.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/test/foundry/utils/FertilizerDeployer.sol b/protocol/test/foundry/utils/FertilizerDeployer.sol index 9890851b8..e8bc41cf3 100644 --- a/protocol/test/foundry/utils/FertilizerDeployer.sol +++ b/protocol/test/foundry/utils/FertilizerDeployer.sol @@ -32,7 +32,7 @@ contract FertilizerDeployer is Utils { IOwner(fertilizerAddress).transferOwnership(newOwner); } - function mintFertilizer() internal {} // TODO + function mintFertilizer() internal {} function mockMintFertilizer() internal {}