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

Commit

Permalink
chore(all): markdownlint (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedekunze committed Dec 1, 2022
1 parent 7a042c4 commit fac90c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions tests/integration_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ pytest -s -vv

If you're changing anything on the ethermint rpc, rerun the first command.


## Caching

You can enable Binary Cache to speed up the tests:

```
$ nix-env -iA cachix -f https://cachix.org/api/v1/install
$ cachix use ethermint
```
nix-env -iA cachix -f https://cachix.org/api/v1/install
cachix use ethermint
```
2 changes: 1 addition & 1 deletion x/feemarket/spec/01_concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ The comparison of transaction gas price and the lower bound is implemented throu

::: tip
If the base fee decreases to a value below the global `MinGasPrice`, it is set to the `MinGasPrice`. This is implemented, so that the base fee can't drop to gas prices that wouldn't allow transactions to be accepted in the mempool, because of a higher `MinGasPrice`.
:::
:::

0 comments on commit fac90c1

Please sign in to comment.