* work on peer profiling
* block exchange order * edited disclaimer html * began working on peerCleanup
This commit is contained in:
parent
c4f2327e49
commit
d22701199c
5 changed files with 21 additions and 11 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue