cliri
cliri copied to clipboard
Bug: new node running get entry point for the first time gets the genesis
The issue is with the tipsViewModel.getRandomSolidTipHash()
call, which returns 999...9
if there are no fresh tips
We could have the entry point thingy throw an exception if the tips list is empty.
Mind this will make bootstrape a network more complicated.
Suggestion: if tip list is empty, run DFS and fill it up.