cosmos / mainnet

It's happening!
127 stars 247 forks source link

Fix genesis #139

Closed k closed 3 years ago

k commented 4 years ago

This fixes the genesis file so gaiad start doesn't complain about validation errors

Related: https://github.com/cosmos/cosmos-sdk/issues/5086

alexanderbez commented 4 years ago

Thanks @k, but this isn't the correct approach. We need to update the SDK to have the default value be an empty slice and not nil. In addition, this would change the generated hash we've posted.