You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. if the genesis json doesn't include "aura": {"authorities": []} it should be considered as invalid genesis, but right now it is not. Go JSON tags don't provide required tags, therefore we need to find another solution.
#241
e.g. if the genesis json doesn't include
"aura": {"authorities": []}
it should be considered as invalid genesis, but right now it is not. Go JSON tags don't provide required tags, therefore we need to find another solution.The text was updated successfully, but these errors were encountered: