From d7db481feb9ab1d3253c9b6dca394193059f9789 Mon Sep 17 00:00:00 2001 From: Saivann Date: Sat, 20 Dec 2014 23:44:31 -0500 Subject: [PATCH] Use consistent lowercase "bitcoin-cli" --- _includes/ref_core_rpc_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/ref_core_rpc_intro.md b/_includes/ref_core_rpc_intro.md index 55f4f47e..a7794d70 100644 --- a/_includes/ref_core_rpc_intro.md +++ b/_includes/ref_core_rpc_intro.md @@ -97,7 +97,7 @@ print "Internal-Byte-Order Hash: ", hash.encode('hex_codec') print "RPC-Byte-Order Hash: ", hash[::-1].encode('hex_codec') {% endhighlight %} -### JSON-RPC & Bitcoin-CLI +### JSON-RPC & bitcoin-cli {% include helpers/subhead-links.md %} {% autocrossref %}