Before merging himitsu branch, and changing all rounds to blocks, we had same functionality to store particular number of rounds in file called rounds.go. This file was renamed to blocks and modified correspondingly. Although tests for that functionality which were in the file rounds_test.go for some reason were deleted.
I think its good idea to restore them and modify same way as main functionality was changed.
Before merging
himitsu
branch, and changing all rounds to blocks, we had same functionality to store particular number of rounds in file calledrounds.go
. This file was renamed toblocks
and modified correspondingly. Although tests for that functionality which were in the filerounds_test.go
for some reason were deleted. I think its good idea to restore them and modify same way as main functionality was changed.