added soft-reset command, fixed broken nonce cache, work on chat

This commit is contained in:
Kevin Froman 2019-09-05 04:40:31 -05:00
parent cc66c3a896
commit 1f757679d9
13 changed files with 68 additions and 8 deletions

View file

@ -29,7 +29,7 @@ def download_blocks_from_communicator(comm_inst):
assert isinstance(comm_inst, communicator.OnionrCommunicatorDaemon)
blacklist = onionrblacklist.OnionrBlackList()
storage_counter = storagecounter.StorageCounter()
LOG_SKIP_COUNT = 10 # for how many iterations we skip logging the counter
LOG_SKIP_COUNT = 50 # for how many iterations we skip logging the counter
count = 0
# Iterate the block queue in the communicator
for blockHash in list(comm_inst.blockQueue):