[Trivial] Release note update (#3308)

* Doc: minor release note updates

* Doc: clarification on backported RPCs
This commit is contained in:
thephez 2020-01-29 03:25:23 -05:00 committed by GitHub
parent 863057d327
commit fd0f24335d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,6 +168,15 @@ There are also new RPC commands:
`getpoolinfo` was deprecated in favor of `getprivatesendinfo` and no longer returns any data.
There are also new RPC commands backported from Bitcoin Core 0.15:
- `abortrescan`
- `combinerawtransaction`
- `getblockstats`
- `getchaintxstats`
- `listwallets`
- `logging`
- `uptime`
Make sure to check Bitcoin Core 0.15 release notes in a [section](#backports-from-bitcoin-core-015) below
for more RPC changes.