aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-04-18 13:05:00 +0300
committerYigit Sever2021-04-18 13:05:00 +0300
commit177298de62546d0197d34f81b76fe7e45f97f661 (patch)
tree79531f0f85334884cca1665d98871ad3e650e457
parentdfe2839914a3aa01cc6a5dd51b82f211a16e20c8 (diff)
downloadgradecoin-177298de62546d0197d34f81b76fe7e45f97f661.tar.gz
gradecoin-177298de62546d0197d34f81b76fe7e45f97f661.tar.bz2
gradecoin-177298de62546d0197d34f81b76fe7e45f97f661.zip
Update news
-rw-r--r--site/public/index.html5
-rw-r--r--site/templates/index.html5
2 files changed, 4 insertions, 6 deletions
diff --git a/site/public/index.html b/site/public/index.html
index a5ca9ae..743cbaa 100644
--- a/site/public/index.html
+++ b/site/public/index.html
@@ -204,9 +204,8 @@ footer {
204 <div class="ticker-move"> 204 <div class="ticker-move">
205 <div class="ticker-item"><b>News:</b></div> 205 <div class="ticker-item"><b>News:</b></div>
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">Someone managed to authenticate themselves in less than 24 hours!</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">Transactions now have saner amount limits.</div> 208 <div class="ticker-item">Blocks now require 5 transactions in them, during testnet phase</div>
209 <div class="ticker-item">Blocks now properly require 10 transactions in them.</div>
210 </div> 209 </div>
211 </div> 210 </div>
212</div> 211</div>
diff --git a/site/templates/index.html b/site/templates/index.html
index 4cfd11f..dc1416f 100644
--- a/site/templates/index.html
+++ b/site/templates/index.html
@@ -52,9 +52,8 @@ footer {
52 <div class="ticker-move"> 52 <div class="ticker-move">
53 <div class="ticker-item"><b>News:</b></div> 53 <div class="ticker-item"><b>News:</b></div>
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">Someone managed to authenticate themselves in less than 24 hours!</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">Transactions now have saner amount limits.</div> 56 <div class="ticker-item">Blocks now require 5 transactions in them, during testnet phase</div>
57 <div class="ticker-item">Blocks now properly require 10 transactions in them.</div>
58 </div> 57 </div>
59 </div> 58 </div>
60</div> 59</div>