Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
chore(cli): update docs based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GAtom22 committed Oct 31, 2022
1 parent 408fc5a commit 562f58e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x/feemarket/spec/08_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ ethermintd query feemarket --help
The `base-fee` command allows users to query the block base fee by height.

```
ethermintd query feemarket base-fee [BLOCK_HEIGHT] [flags]
ethermintd query feemarket base-fee [flags]
```

Example:

```
ethermintd query feemarket base-fee 5...
ethermintd query feemarket base-fee ...
```

Example Output:
Expand All @@ -40,13 +40,13 @@ base_fee: "512908936"
The `block-gas` command allows users to query the block gas by height.

```
ethermintd query feemarket block-gas [BLOCK_HEIGHT] [flags]
ethermintd query feemarket block-gas [flags]
```

Example:

```
ethermintd query feemarket block-gas 5...
ethermintd query feemarket block-gas ...
```

Example Output:
Expand Down

0 comments on commit 562f58e

Please sign in to comment.