diff options
author | Yigit Sever | 2021-04-19 03:59:31 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-19 03:59:31 +0300 |
commit | 202625e0e1a4a6a85c895d9cd71a9f419a3b2173 (patch) | |
tree | 04e0cc0c2f735aaed775d2c73e50f0fed43d6364 /site/templates/index.html | |
parent | 1688000fbc4669b30b986370d2773e0a9c55a918 (diff) | |
download | gradecoin-202625e0e1a4a6a85c895d9cd71a9f419a3b2173.tar.gz gradecoin-202625e0e1a4a6a85c895d9cd71a9f419a3b2173.tar.bz2 gradecoin-202625e0e1a4a6a85c895d9cd71a9f419a3b2173.zip |
Update news ticker
Diffstat (limited to 'site/templates/index.html')
-rw-r--r-- | site/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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> |