diff options
| author | Sjors Provoost <[email protected]> | 2018-05-15 12:46:19 +0200 |
|---|---|---|
| committer | Sjors Provoost <[email protected]> | 2018-05-15 12:46:19 +0200 |
| commit | cbede7dbfde83d53ef38d257e9940af5f163b03c (patch) | |
| tree | 58a7bc2640256aed11a19995d7c116548abbf159 /doc | |
| parent | Merge #13234: Break circular dependency: chain -> pow -> chain (diff) | |
| download | discoin-cbede7dbfde83d53ef38d257e9940af5f163b03c.tar.xz discoin-cbede7dbfde83d53ef38d257e9940af5f163b03c.zip | |
[qt] OptionsDialog: add prune setting
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-notes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 7a9a98bfe..e1bb84cca 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -56,6 +56,11 @@ frequently tested on them. Notable changes =============== +GUI changes +----------- + +- Block storage can be limited under Preferences, in the Main tab. Undoing this setting requires downloading the full blockchain again. This mode is incompatible with -txindex and -rescan. + RPC changes ------------ |