diff options
author | MeshCollider <dobsonsa68@gmail.com> | 2017-11-12 17:11:26 +1300 |
---|---|---|
committer | MeshCollider <dobsonsa68@gmail.com> | 2017-12-20 18:47:56 +1300 |
commit | 1bab9b23af95986f9452d468257cc34d2c5017b2 (patch) | |
tree | 2b179c8097e4e834eac7c3131bf7d4265d360ea1 /doc | |
parent | 68c1e00a002dd2c5982105a6fae59eac2d2ce97b (diff) |
Add script dump note to RPC help text and release notes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 78caddc8f0..989e8d636d 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -100,6 +100,10 @@ The `share/rpcuser/rpcuser.py` script was renamed to `share/rpcauth/rpcauth.py`. used to create `rpcauth` credentials for a JSON-RPC user. +- `dumpwallet` now includes hex-encoded scripts from the wallet in the dumpfile, and + `importwallet` now imports these scripts, but corresponding addresses may not be added + correctly or a manual rescan may be required to find relevant transactions. + Credits ======= |