Skip to content

Commit

Permalink
Assign data roots when eds is solved
Browse files Browse the repository at this point in the history
  • Loading branch information
musalbas committed Sep 15, 2022
1 parent 7bf4658 commit fa3361f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extendeddatacrossword.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ func (eds *ExtendedDataSquare) solveCrossword(
}
}

// Update roots of solved eds
eds.rowRoots = rowRoots
eds.colRoots = colRoots

return nil
}

Expand Down

0 comments on commit fa3361f

Please sign in to comment.