Browse Source

Fix some markup

patch-2
Neil Booth 7 years ago
parent
commit
c517c1dd1a
  1. 9
      docs/protocol-changes.rst

9
docs/protocol-changes.rst

@ -47,17 +47,20 @@ Removed methods
Version 1.2 Version 1.2
=========== ===========
Changes: Changes
-------
* :func:`blockchain.transaction.get` now has an optional parameter * :func:`blockchain.transaction.get` now has an optional parameter
*verbose*. *verbose*.
New methods: New methods
-----------
* :func:`blockchain.block.headers` * :func:`blockchain.block.headers`
* :func:`mempool.get_fee_histogram` * :func:`mempool.get_fee_histogram`
Deprecated methods: Deprecated methods
------------------
* :func:`blockchain.block.get_chunk`. Switch to * :func:`blockchain.block.get_chunk`. Switch to
:func:`blockchain.block.headers` :func:`blockchain.block.headers`

Loading…
Cancel
Save