diff options
| author | MeshCollider <[email protected]> | 2017-11-18 13:36:37 +1300 |
|---|---|---|
| committer | MeshCollider <[email protected]> | 2017-12-13 23:36:43 +1300 |
| commit | b67342906ced2353d378f4369c8d8a979d525fee (patch) | |
| tree | e9872fb5c48a83b3407daed81661488e583e3137 /doc/release-notes.md | |
| parent | Merge #11707: [tests] Fix sendheaders (diff) | |
| download | discoin-b67342906ced2353d378f4369c8d8a979d525fee.tar.xz discoin-b67342906ced2353d378f4369c8d8a979d525fee.zip | |
Cleanups for walletdir PR
Diffstat (limited to 'doc/release-notes.md')
| -rw-r--r-- | doc/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 32f1bef62..5456965bd 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -67,7 +67,7 @@ Custom wallet directories The ability to specify a directory other than the default data directory in which to store wallets has been added. An existing directory can be specified using the `-walletdir=<dir>` argument. Wallets loaded via `-wallet` arguments must be in this wallet directory. Care should be taken -when choosing a wallet directory location, as if it becomes unavailable during operation, +when choosing a wallet directory location, as if it becomes unavailable during operation, funds may be lost. Default wallet directory change |