diff options
author | MeshCollider <dobsonsa68@gmail.com> | 2017-11-18 13:36:37 +1300 |
---|---|---|
committer | MeshCollider <dobsonsa68@gmail.com> | 2017-12-13 23:36:43 +1300 |
commit | b67342906ced2353d378f4369c8d8a979d525fee (patch) | |
tree | e9872fb5c48a83b3407daed81661488e583e3137 /doc/release-notes.md | |
parent | 0d89fa0877930c6c8a539a656c1009ad8ab6755b (diff) |
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 32f1bef62c..5456965bdb 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 |