progress in removing core

This commit is contained in:
Kevin Froman 2019-07-24 12:22:19 -05:00
parent 274505a51f
commit 3097407774
11 changed files with 22 additions and 17 deletions

View file

@ -22,7 +22,7 @@ import logger
from onionrusers import onionrusers
from onionrutils import epoch
from coredb import blockmetadb, dbfiles
from onionrstorage import removeblock, setdata
from onionrstorage import removeblock
def clean_old_blocks(comm_inst):
'''Delete old blocks if our disk allocation is full/near full, and also expired blocks'''