Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jun 21, 2024
1 parent e76a874 commit 66d6d8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/cli/zetacored/zetacored_query_crosschain.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ zetacored query crosschain [flags]
* [zetacored query crosschain show-gas-price](zetacored_query_crosschain_show-gas-price.md) - shows a gasPrice
* [zetacored query crosschain show-inbound-hash-to-cctx](zetacored_query_crosschain_show-inbound-hash-to-cctx.md) - shows a inboundHashToCctx
* [zetacored query crosschain show-outbound-tracker](zetacored_query_crosschain_show-outbound-tracker.md) - shows an outbound tracker
* [zetacored query crosschain update_rate_limit_flags](zetacored_query_crosschain_update_rate_limit_flags.md) - shows the rate limiter flags
* [zetacored query crosschain show_rate_limiter_flags](zetacored_query_crosschain_show_rate_limiter_flags.md) - shows the rate limiter flags

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# query crosschain update_rate_limit_flags
# query crosschain show_rate_limiter_flags

shows the rate limiter flags

```
zetacored query crosschain update_rate_limit_flags [flags]
zetacored query crosschain show_rate_limiter_flags [flags]
```

### Options
Expand All @@ -12,7 +12,7 @@ zetacored query crosschain update_rate_limit_flags [flags]
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not TLS the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for update_rate_limit_flags
-h, --help help for show_rate_limiter_flags
--node string [host]:[port] to Tendermint RPC interface for this chain
-o, --output string Output format (text|json)
```
Expand Down

0 comments on commit 66d6d8b

Please sign in to comment.