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

@ -372,6 +372,8 @@ DIP8:
'`getblockheader`': rpc getblockheader
'`getblockheader` RPC': rpc getblockheader
'`getblockheaders`': rpc getblockheaders
'`getblockstats`': rpc getblockstats
'`getblockstats` RPC': rpc getblockstats
'`getblockheaders` RPC': rpc getblockheaders
'`getblocktemplate`': rpc getblocktemplate
'`getblocktemplate` RPC': rpc getblocktemplate