Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Sep 21, 2015
1 parent b556aeb commit 232a46d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion merchant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Create a file that contains only the private key:
Set the path to your the private key file with setconfig:

.. code-block:: none
.. code-block:: bash
electrum setconfig ssl_privkey /path/to/ssl.key
Expand Down
4 changes: 3 additions & 1 deletion protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ mainly by bitcoin client Electrum and miners.
Format
------

Stratum protocol is based on <a class="external text" href="http://www.jsonrpc.org/specification" rel="nofollow">JSON-RPC 2.0</a> (although it doesn't
Stratum protocol is based on `JSON-RPC 2.0`_ (although it doesn't
include "jsonrpc" information in every message). Each
message has to end with a line end character (\n).

.. _JSON-RPC 2.0: http://www.jsonrpc.org/specification

Request
```````

Expand Down

0 comments on commit 232a46d

Please sign in to comment.