Skip to content
Snippets Groups Projects
Commit a853d142 authored by Jake Taylor's avatar Jake Taylor
Browse files

bring back some changes

parent 0a5bb75d
Branches
Tags
2 merge requests!170Release,!119revert getroundresults changes
......@@ -206,7 +206,7 @@ func (c *Client) getHistoricalRounds(msg *pb.HistoricalRounds,
}
// Service historical rounds, sending back to the caller thread
for _, ri := range resp.Rounds {
for i, ri := range resp.Rounds {
if ri == nil {
// Handle unknown by historical rounds
sendResults <- ds.EventReturn{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment