Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down