Fix some markup

This commit is contained in:
Neil Booth 2018-03-08 14:01:27 +08:00
parent c1bf4eb792
commit c517c1dd1a

View File

@ -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`