-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
Description
I've been setting up a new testnet for BitSong and encountered a bug during the validation of the denom_metadata in the genesis file.
To get things running, I had to manually tweak the genesis file as follows:
- Set
.app_state.bank.denom_metadata[0].nametoBitSong - Set
.app_state.bank.denom_metadata[0].symboltoBTSG - Reordered
.app_state.bank.denom_metadata[0].denom_unitsto move the entry{...denom:"ubtsg"...}to index0
I'm not entirely sure if these fixes should be implemented during the import or export phase of setting up the genesis file.
I’m leaving this issue open for further discussion