Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jul 24, 2024
1 parent 32dbd5b commit 000ee77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/friendbot/init_friendbot.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 000ee77

Please sign in to comment.