* work on peer profiling

* block exchange order
* edited disclaimer html
* began working on peerCleanup
This commit is contained in:
Kevin Froman 2018-08-01 02:22:22 -05:00
parent c4f2327e49
commit d22701199c
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
5 changed files with 21 additions and 11 deletions

View file

@ -590,7 +590,7 @@ class Core:
if unsaved:
execute = 'SELECT hash FROM hashes WHERE dataSaved != 1 ORDER BY RANDOM();'
else:
execute = 'SELECT hash FROM hashes ORDER BY RANDOM();'
execute = 'SELECT hash FROM hashes ORDER BY dateReceived DESC;'
rows = list()
for row in c.execute(execute):
for i in row: