You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tooltip was a bit confusing and a deterrent more than informative. Can we adjust to something that fits a user looking for a way to save disk space?
Copy file name to clipboardexpand all lines: src/qt/forms/optionsdialog.ui
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@
55
55
<item>
56
56
<widgetclass="QCheckBox"name="prune">
57
57
<propertyname="toolTip">
58
-
<string>Disables some advanced features but all blocks will still be fully validated. Reverting this setting requires re-downloading the entire blockchain. Actual disk usage may be somewhat higher.</string>
58
+
<string>>Enabling pruning significantly reduces the disk space required to verify transactions by removing some advanced features. Reverting this setting requires downloading the entire blockchain again.</string>
0 commit comments