We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
denom_metadata
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:
.app_state.bank.denom_metadata[0].name
BitSong
.app_state.bank.denom_metadata[0].symbol
BTSG
.app_state.bank.denom_metadata[0].denom_units
{...denom:"ubtsg"...}
0
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
The text was updated successfully, but these errors were encountered:
angelorc
No branches or pull requests
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:
.app_state.bank.denom_metadata[0].name
toBitSong
.app_state.bank.denom_metadata[0].symbol
toBTSG
.app_state.bank.denom_metadata[0].denom_units
to 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
The text was updated successfully, but these errors were encountered: