Skip to content

Commit 2aeaa47

Browse files
committed
Merge #796: Downloads: hide verification instructions
6006441 Downloads: hide verification instructions (David A. Harding) Pull request description: This one-character patch temporarily hides the verification instructions, which have become out of date with the release of 22.0 and combined signature files. See controlling issue #793 An update to the instructions will require bumping the page version number and so automatically show the instructions again. ACKs for top commit: prayank23: ACK 6006441 Tree-SHA512: fa7e515c8c5462f278a3ac7ef4da3ea4dfc2a8e0b2d3719c29741d2707b3e6cff43e3619383d0520e6293a6a7b6431d7d604b7fe1abb2789122df38113f58b49
2 parents 4ed9e64 + 6006441 commit 2aeaa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/templates/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2>{{ page.latestversion }} {{CURRENT_RELEASE}} <a type="application/rss+xml" h
8787
<h2 style="text-align: center">{{ page.patient }}</h2>
8888
<p>{{ page.notesync | replace: '$(DATADIR_SIZE)', site.data.stats.datadir_gb | replace: '$(PRUNED_SIZE)', site.data.stats.pruned_gb | replace: '$(MONTHLY_RANGE_GB)', site.data.stats.monthly_storage_increase_range_gb }} {{ page.full_node_guide }}</p>
8989

90-
{% if page.version > 1 %}
90+
{% if page.version > 4 %}
9191
<h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.verify_download}}</h2>
9292
<p>{{page.verification_recommended}}</p>
9393
<details>

0 commit comments

Comments
 (0)