From c517c1dd1a502c9a1ad008657023d32ca3c272e4 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Thu, 8 Mar 2018 14:01:27 +0800 Subject: [PATCH] Fix some markup --- docs/protocol-changes.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/protocol-changes.rst b/docs/protocol-changes.rst index 5760246..10f5288 100644 --- a/docs/protocol-changes.rst +++ b/docs/protocol-changes.rst @@ -47,17 +47,20 @@ Removed methods Version 1.2 =========== -Changes: +Changes +------- * :func:`blockchain.transaction.get` now has an optional parameter *verbose*. -New methods: +New methods +----------- * :func:`blockchain.block.headers` * :func:`mempool.get_fee_histogram` -Deprecated methods: +Deprecated methods +------------------ * :func:`blockchain.block.get_chunk`. Switch to :func:`blockchain.block.headers`