diff options
| author | MarcoFalke <[email protected]> | 2018-02-10 22:12:43 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-02-10 22:11:31 -0500 |
| commit | fa5f51830d2649cace2fc827084093019497c151 (patch) | |
| tree | 8a1aabc02312abfdd013b8c9fc983c3011ef05d7 /doc/release-notes.md | |
| parent | Merge #12225: Mempool cleanups (diff) | |
| download | discoin-fa5f51830d2649cace2fc827084093019497c151.tar.xz discoin-fa5f51830d2649cace2fc827084093019497c151.zip | |
rpc: Reject deprecated reserveChangeKey in fundrawtransaction
Diffstat (limited to 'doc/release-notes.md')
| -rw-r--r-- | doc/release-notes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 0292eaa4d..528cb81a3 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -56,6 +56,13 @@ frequently tested on them. Notable changes =============== +RPC changes +------------ + +### Low-level changes + +- The `fundrawtransaction` rpc will reject the previously deprecated `reserveChangeKey` option. + Credits ======= |