Skip to content

Commit

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

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

return nil
}

Expand Down

0 comments on commit 136c5a9

Please sign in to comment.