diff options
| author | MeshCollider <[email protected]> | 2017-11-12 17:11:26 +1300 |
|---|---|---|
| committer | MeshCollider <[email protected]> | 2017-12-20 18:47:56 +1300 |
| commit | 1bab9b23af95986f9452d468257cc34d2c5017b2 (patch) | |
| tree | 2b179c8097e4e834eac7c3131bf7d4265d360ea1 /doc/release-notes.md | |
| parent | Add test for importwallet (diff) | |
| download | discoin-1bab9b23af95986f9452d468257cc34d2c5017b2.tar.xz discoin-1bab9b23af95986f9452d468257cc34d2c5017b2.zip | |
Add script dump note to RPC help text and release notes
Diffstat (limited to 'doc/release-notes.md')
| -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 78caddc8f..989e8d636 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 ======= |