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
The default genesis.json does not work out of the box. It contains multiple "stake" denom references that make lead to crashes.
$binary init testnode --chain-id migaloo-1 $binary add-genesis-account test 1000000000000uwhale $binary gentx test 1000000000uwhale --chain-id migaloo-1 $binary collect-gentxs $binary validate-genesis
$binary start
The text was updated successfully, but these errors were encountered:
nice!
We'll get this fixed asap, thanks for the report :)
Sorry, something went wrong.
@Sen-Com if you want to change your denom, you also need to change all denom in the genesis file.
@vuong177 I don't think that is the issue. Lemme dig for a second. @Sen-Com is there any need to apply this fix to v2?
No branches or pull requests
The default genesis.json does not work out of the box. It contains multiple "stake" denom references that make lead to crashes.
Steps to Reproduce
$binary init testnode --chain-id migaloo-1
$binary add-genesis-account test 1000000000000uwhale
$binary gentx test 1000000000uwhale --chain-id migaloo-1
$binary collect-gentxs
$binary validate-genesis
$binary start
The text was updated successfully, but these errors were encountered: