Corrections to render sphinx correctly

This commit is contained in:
tim 2016-11-15 13:46:39 +01:00
parent f82f1add03
commit 5ef532976d

View File

@ -301,8 +301,7 @@ GET /unspents/
the server, this will result in the server returning a 200 OK HTTP status the server, this will result in the server returning a 200 OK HTTP status
code and an empty list in the response's body. code and an empty list in the response's body.
:param owner_after: A public key, able to validly spend an output of a :param owner_after: A public key, able to validly spend an output of a transaction, assuming the user also has the corresponding private key.
transaction, assuming the user also has the corresponding private key.
:type owner_after: base58 encoded string :type owner_after: base58 encoded string
**Example request**: **Example request**:
@ -320,12 +319,9 @@ GET /unspents/
Content-Type: application/json Content-Type: application/json
[ [
'../transactions/2d431073e1477f3073a4693ac7ff9be5634751de1b8abaa1f4e19548ef0b4b0e/conditions/0', '../transactions/2d431073e1477f3073a4693ac7ff9be5634751de1b8abaa1f4e19548ef0b4b0e/conditions/0',
'../transactions/2d431073e1477f3073a4693ac7ff9be5634751de1b8abaa1f4e19548ef0b4b0e/conditions/1' '../transactions/2d431073e1477f3073a4693ac7ff9be5634751de1b8abaa1f4e19548ef0b4b0e/conditions/1'
] ]
:statuscode 200: A list of outputs were found and returned in the body of :statuscode 200: A list of outputs were found and returned in the body of the response.
the response. :statuscode 400: The request wasn't understood by the server, e.g. the ``owner_after`` querystring was not included in the request.
:statuscode 400: The request wasn't understood by the server, e.g.
the ``owner_after`` querystring was not included in the request.