+
The blockchain does not need saving and is always saved when modified, however it does a sync to flush the filesystem cache onto the disk for safety purposes against Operating System or Hardware crashes.
diff --git a/src/app/pages/hard-fork-info/hard-fork-info.component.html b/src/app/pages/hard-fork-info/hard-fork-info.component.html
index e614824..7e87a2c 100644
--- a/src/app/pages/hard-fork-info/hard-fork-info.component.html
+++ b/src/app/pages/hard-fork-info/hard-fork-info.component.html
@@ -14,7 +14,8 @@
Look up information regarding hard fork voting and readiness.
-
+
+
{{ hardForkState }}
diff --git a/src/app/pages/outputs/outputs.component.html b/src/app/pages/outputs/outputs.component.html
index f4b3c23..6905ba8 100644
--- a/src/app/pages/outputs/outputs.component.html
+++ b/src/app/pages/outputs/outputs.component.html
@@ -89,7 +89,8 @@
Get a histogram of output amounts
-
+
+
For all amounts (possibly filtered by parameters), gives the number of outputs on the chain for that amount. RingCT outputs counts as 0 amount.