aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/public/index.html1
-rw-r--r--site/templates/index.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/site/public/index.html b/site/public/index.html
index 743cbaa..ef988ef 100644
--- a/site/public/index.html
+++ b/site/public/index.html
@@ -206,6 +206,7 @@ footer {
206 <div class="ticker-item">Gradecoin is in testnet mode, API is not stable, everything might reset at any time.</div> 206 <div class="ticker-item">Gradecoin is in testnet mode, API is not stable, everything might reset at any time.</div>
207 <div class="ticker-item">Transactions are now unique according to their "by" field, sorry for the trouble</div> 207 <div class="ticker-item">Transactions are now unique according to their "by" field, sorry for the trouble</div>
208 <div class="ticker-item">Blocks now require 5 transactions in them, during testnet phase</div> 208 <div class="ticker-item">Blocks now require 5 transactions in them, during testnet phase</div>
209 <div class="ticker-item">It was possible (and hilarious) to mine a new block with just 1 transaction, it is now fixed</div>
209 </div> 210 </div>
210 </div> 211 </div>
211</div> 212</div>
diff --git a/site/templates/index.html b/site/templates/index.html
index dc1416f..08e3c8a 100644
--- a/site/templates/index.html
+++ b/site/templates/index.html
@@ -54,6 +54,7 @@ footer {
54 <div class="ticker-item">Gradecoin is in testnet mode, API is not stable, everything might reset at any time.</div> 54 <div class="ticker-item">Gradecoin is in testnet mode, API is not stable, everything might reset at any time.</div>
55 <div class="ticker-item">Transactions are now unique according to their "by" field, sorry for the trouble</div> 55 <div class="ticker-item">Transactions are now unique according to their "by" field, sorry for the trouble</div>
56 <div class="ticker-item">Blocks now require 5 transactions in them, during testnet phase</div> 56 <div class="ticker-item">Blocks now require 5 transactions in them, during testnet phase</div>
57 <div class="ticker-item">It was possible (and hilarious) to mine a new block with just 1 transaction, it is now fixed</div>
57 </div> 58 </div>
58 </div> 59 </div>
59</div> 60</div>