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
When i am creating super genesis file for simapp, i collected 2 gentx file and tried generate super genesis file but i am getting this error
$ ./simd collect-gentxs
CollectTxs-1, called from github.com/cosmos/cosmos-sdk/x/genutil/collect.go#33
Error: failed to get genesis app state from config: account cosmos187tva255xz3tj6fx9fa8gr5k9dau4lh4jlp6u2 balance not in genesis state: map[cosmos1tr546vjlwuw0ylagfs9mf352n437ryxwpzy4as:{Address:cosmos1tr546vjlwuw0ylagfs9mf352n437ryxwpzy4as Coins:10000000000000000000000000stake}]
thanks for opening this issue, the error arises because one of the gentxs account does not have funds in the genesis file you have locally. You will need to add the account and give it some coins to work .
When i am creating super genesis file for simapp, i collected 2 gentx file and tried generate super genesis file but i am getting this error
$ ./simd collect-gentxs
CollectTxs-1, called from github.com/cosmos/cosmos-sdk/x/genutil/collect.go#33
Error: failed to get genesis app state from config: account cosmos187tva255xz3tj6fx9fa8gr5k9dau4lh4jlp6u2 balance not in genesis state: map[cosmos1tr546vjlwuw0ylagfs9mf352n437ryxwpzy4as:{Address:cosmos1tr546vjlwuw0ylagfs9mf352n437ryxwpzy4as Coins:10000000000000000000000000stake}]
Summary of Bug
When i am creating super genesis file for simapp, i collected 2 gentx file and tried generate super genesis file but i am getting this error
we followed all the steps of this correctly - https://pkg.go.dev/cosmossdk.io/simapp#section-readme
Version
version: 0.45.4
The text was updated successfully, but these errors were encountered: