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 | |
| parent | 1688000fbc4669b30b986370d2773e0a9c55a918 (diff) | |
| download | gradecoin-202625e0e1a4a6a85c895d9cd71a9f419a3b2173.tar.gz gradecoin-202625e0e1a4a6a85c895d9cd71a9f419a3b2173.tar.bz2 gradecoin-202625e0e1a4a6a85c895d9cd71a9f419a3b2173.zip | |
Update news ticker
| -rw-r--r-- | site/public/index.html | 1 | ||||
| -rw-r--r-- | site/templates/index.html | 1 |
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> |
