RPC backports (#161)

* RPC - Update estimatesmartfee
Change params, results, and example

* RPC - Update signrawtransaction to include amount

* RPC - Add getblockstats

* Formatting corrections
This commit is contained in:
thephez 2019-10-02 11:46:47 -04:00 committed by GitHub
parent 471899ae2d
commit 4e64bcbf89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 237 additions and 16 deletions

View file

@ -115,6 +115,12 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::
<td class="tg-dzk6">Y</td>
<td class="tg-dzk6">0.12.1</td>
</tr>
<tr>
<td class="tg-b7b8">Blockchain</td>
<td class="tg-b7b8"><a href="#getblockstats">GetBlockStats</a></td>
<td class="tg-dzk6">Y</td>
<td class="tg-dzk6">Added in 0.14.1</td>
</tr>
<tr>
<td class="tg-yw4l">Blockchain</td>
<td class="tg-yw4l"><a href="#getchaintips">GetChainTips</a></td>