From d01fe582fe63fdab09df56b160f9f384ddc1d02a Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 22 Mar 2024 14:39:45 -0700 Subject: [PATCH] Remove quotes from example ord env command (#3335) --- src/subcommand/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subcommand/env.rs b/src/subcommand/env.rs index 7b97183fd0..47415aaa61 100644 --- a/src/subcommand/env.rs +++ b/src/subcommand/env.rs @@ -175,7 +175,7 @@ rpcport={bitcoind_port} {} bitcoin-cli -datadir={datadir} getblockchaininfo {} -{} --datadir '{datadir}' wallet balance", +{} --datadir {datadir} wallet balance", "`ord` server URL:".blue().bold(), "Example `bitcoin-cli` command:".blue().bold(), "Example `ord` command:".blue().bold(),