Use consistent lowercase "bitcoin-cli"

This commit is contained in:
Saivann 2014-12-20 23:44:31 -05:00
parent 33b989dc34
commit d7db481feb

View file

@ -97,7 +97,7 @@ print "Internal-Byte-Order Hash: ", hash.encode('hex_codec')
print "RPC-Byte-Order Hash: ", hash[::-1].encode('hex_codec') print "RPC-Byte-Order Hash: ", hash[::-1].encode('hex_codec')
{% endhighlight %} {% endhighlight %}
### JSON-RPC & Bitcoin-CLI ### JSON-RPC & bitcoin-cli
{% include helpers/subhead-links.md %} {% include helpers/subhead-links.md %}
{% autocrossref %} {% autocrossref %}