Skip to content

Commit

Permalink
Clear the list of miner addresses and successfull get-asked before as…
Browse files Browse the repository at this point in the history
…king for new ones

Previous behavior : if get-ask failed for miner(s), the faulty miner will be retried each time,
so you have to stop the command and start again to change this faulty miner (instead of removing from the list on the new attempt)
  • Loading branch information
FlorianRuen committed Feb 18, 2022
1 parent 623272a commit cc25b14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,6 @@ uiLoop:
}

ask = append(ask, *a)

}

// TODO: run more validation
Expand Down

0 comments on commit cc25b14

Please sign in to comment.