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
I was trying to test all proposal types and came across the following for community pool proposal
community pool proposal
Run in cli
desmos tx gov submit-proposal community-pool-spend ~/proposals/pool.json --from your-key --chain-id morpheus-apollo-1 --gas auto --gas-adjustment 1.3 --gas-prices 0.0001udaric
pool.json
{ "title": "Community Pool Spend", "description": "Pay me some Atoms!", "recipient": "desmos124xa66ghhq5hrgv28slhmszgvcqa0skcfwphh3", "amount": "100000000udaric", "deposit": "1000udaric" }
To work.
The text was updated successfully, but these errors were encountered:
Missing the community pool spend proposal handler in x/gov. https://github.com/cosmos/gaia/blob/830c0ca8d23b6447e276771c1ecf556880dc1d51/app/app.go#L278
x/gov
Sorry, something went wrong.
RiccardoM
Successfully merging a pull request may close this issue.
Bug description
I was trying to test all proposal types and came across the following for
community pool proposal
Steps to reproduce
Run in cli
pool.json
Expected behavior
To work.
The text was updated successfully, but these errors were encountered: