Skip to content

Commit

Permalink
Merge pull request #25 from piotr-iohk/hf-countdown
Browse files Browse the repository at this point in the history
HF countdown
  • Loading branch information
piotr-iohk committed Jul 31, 2020
2 parents 1060ca9 + bbc86d6 commit 1d301ea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions views/network_params.erb
Expand Up @@ -34,5 +34,14 @@
<small><b>Minimum utxo value: </b>
<%="#{p['minimum_utxo_value']['quantity']} #{p['minimum_utxo_value']['unit']}" %>
</small><br/>
<% if p['hardfork_at'] %>
<small><b>Hardfork start time: </b>
<%="#{p['hardfork_at']['epoch_start_time']}" %>
</small><br/>
<small><b>Hardfork epoch num: </b>
<%="#{p['hardfork_at']['epoch_number']}" %>
</small><br/>
<% end %>

</div>
</div>

0 comments on commit 1d301ea

Please sign in to comment.