chore(all): markdownlint (#1522)

This commit is contained in:
Federico Kunze Küllmer 2022-12-01 17:56:44 +01:00 committed by GitHub
parent 7a042c488c
commit fac90c1e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -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
```

View File

@ -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`.
:::
:::