From adf81138e38715faeb3affeba9e4b70599c57ff9 Mon Sep 17 00:00:00 2001 From: ghost43 Date: Sun, 4 Mar 2018 02:24:13 +0100 Subject: [PATCH] typos in PROTOCOL.rst (#394) --- docs/PROTOCOL.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/PROTOCOL.rst b/docs/PROTOCOL.rst index d312358..173eba1 100644 --- a/docs/PROTOCOL.rst +++ b/docs/PROTOCOL.rst @@ -400,7 +400,7 @@ blockchain.estimatefee Return the estimated transaction fee per kilobyte for a transaction to be confirmed within a certain number of blocks. - blockchain.block.get_chunk(**number**) + blockchain.estimatefee(**number**) **number** @@ -555,7 +555,7 @@ blockchain.transaction.get_merkle Return the markle branch to a confirmed transaction given its hash and height. - blockchain.transaction.get(**tx_hash**, **height**) + blockchain.transaction.get_merkle(**tx_hash**, **height**) **tx_hash** @@ -927,7 +927,7 @@ Get a list of features and services supported by the server. Protocol Version 1.2 -------------------- -Protocol version 1.2 introduces new methods `blockcahin.block.get_chunk`, +Protocol version 1.2 introduces new methods `blockchain.block.headers`, `mempool.get_fee_histogram`. `blockchain.block.get_chunk` and all methods beginning