We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680209d commit 0e0bcb2Copy full SHA for 0e0bcb2
pkg/tasks/generate_transaction/task.go
@@ -208,6 +208,7 @@ func (t *Task) Execute(ctx context.Context) error {
208
209
walletMgr := t.ctx.Scheduler.GetServices().WalletManager()
210
spamoorClients := make([]*spamoor.Client, len(clients))
211
+
212
for i, c := range clients {
213
spamoorClients[i] = walletMgr.GetClient(c)
214
}
0 commit comments