aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-04-19 03:59:31 +0300
committerYigit Sever2021-04-19 03:59:31 +0300
commitd1b2e4bbd8f1ec5fe40c3d8c85ea4d13c8bfd755 (patch)
treef56692bf1c251847f1c8405795f475fba0fd905c
parentbf82e58be3398b93a9a6950fc1a473eee29cbd4b (diff)
downloadgradecoin-d1b2e4bbd8f1ec5fe40c3d8c85ea4d13c8bfd755.tar.gz
gradecoin-d1b2e4bbd8f1ec5fe40c3d8c85ea4d13c8bfd755.tar.bz2
gradecoin-d1b2e4bbd8f1ec5fe40c3d8c85ea4d13c8bfd755.zip
Update news ticker
-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>