From ed185b92cee0cabac2f0b15c4d9555ad9fcbee38 Mon Sep 17 00:00:00 2001 From: tiaoxizhan Date: Fri, 13 Sep 2024 18:59:59 +0800 Subject: [PATCH] Remove unnecessary symbols in docs/src/guides/testing.md (#3945) --- docs/src/guides/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guides/testing.md b/docs/src/guides/testing.md index 09765b2866..5ff72d5b55 100644 --- a/docs/src/guides/testing.md +++ b/docs/src/guides/testing.md @@ -33,7 +33,7 @@ If `ord` is in the `$PATH` and the env directory is `env`, the `bitcoin-cli` command will be: ``` -bitcoin-cli -datadir=env` +bitcoin-cli -datadir=env ``` And the `ord` will be: