From 000ee7714e204f10bfd04d1eada21c3af30ef7d9 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:27:34 +1000 Subject: [PATCH] undo --- services/friendbot/init_friendbot.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/friendbot/init_friendbot.go b/services/friendbot/init_friendbot.go index 5df6358125..081f7907db 100644 --- a/services/friendbot/init_friendbot.go +++ b/services/friendbot/init_friendbot.go @@ -66,8 +66,7 @@ func initFriendbot( } func createMinionAccounts(botAccount internal.Account, botKeypair *keypair.Full, networkPassphrase, newAccountBalance, minionBalance string, - numMinions, minionBatchSize, submitTxRetriesAllowed int, baseFee int64, hclient horizonclient.ClientInterface, -) ([]internal.Minion, error) { + numMinions, minionBatchSize, submitTxRetriesAllowed int, baseFee int64, hclient horizonclient.ClientInterface) ([]internal.Minion, error) { var minions []internal.Minion numRemainingMinions := numMinions // Allow retries to account for testnet congestion