diff --git a/x/gov/README.md b/x/gov/README.md index 1e645c7e2da2..ca87ccad6067 100644 --- a/x/gov/README.md +++ b/x/gov/README.md @@ -1146,22 +1146,6 @@ Example (`cancel-software-upgrade`): simd tx gov submit-legacy-proposal cancel-software-upgrade --title="Test Proposal" --description="testing" --deposit="100000000stake" --from cosmos1.. ``` -Example (`community-pool-spend`): - -```bash -simd tx gov submit-legacy-proposal community-pool-spend proposal.json --from cosmos1.. -``` - -```json -{ - "title": "Test Proposal", - "description": "testing, 1, 2, 3", - "recipient": "cosmos1..", - "amount": "10000000stake", - "deposit": "10000000stake" -} -``` - Example (`param-change`): ```bash