Skip to content

Commit

Permalink
Write command for querying community pool balance correctly (#4786)
Browse files Browse the repository at this point in the history
## Describe your changes
An example command in the documentation says `Community Pool` instead of
`community-pool`.

## Issue ticket number and link
N/A

## Checklist before requesting a review

- [X] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label. Otherwise, I declare my belief that there
are not consensus-breaking changes, for the following reason:

  > documentation-only change

Signed-off-by: Smitty <[email protected]>
  • Loading branch information
syvb authored Aug 2, 2024
1 parent 095699f commit 882a061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/protocol/src/community_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To query the current Community Pool balance, use `pcli query community-pool bala
asset or its asset ID (display denominations are not currently accepted). For example:

```bash
pcli query Community Pool balance upenumbra
pcli query community-pool balance upenumbra
```

Community Pool spend proposals are only accepted for voting if they would not overdraw the current funds in the
Expand Down

0 comments on commit 882a061

Please sign in to comment.