From fac90c1e3d28041881e9ee8fce71f341c516e5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Kunze=20K=C3=BCllmer?= <31522760+fedekunze@users.noreply.github.com> Date: Thu, 1 Dec 2022 17:56:44 +0100 Subject: [PATCH] chore(all): markdownlint (#1522) --- tests/integration_tests/README.md | 7 +++---- x/feemarket/spec/01_concepts.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/integration_tests/README.md b/tests/integration_tests/README.md index d321b7fb..df4c2b8a 100644 --- a/tests/integration_tests/README.md +++ b/tests/integration_tests/README.md @@ -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 -``` \ No newline at end of file +nix-env -iA cachix -f https://cachix.org/api/v1/install +cachix use ethermint +``` diff --git a/x/feemarket/spec/01_concepts.md b/x/feemarket/spec/01_concepts.md index 12071d7b..2d9c963b 100644 --- a/x/feemarket/spec/01_concepts.md +++ b/x/feemarket/spec/01_concepts.md @@ -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`. -::: \ No newline at end of file +:::