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