Update some comments/todos/discuss

This commit is contained in:
Sergi Delgado Segura
2019-10-09 17:35:11 +01:00
parent 1de226374d
commit 8b62ff9e56
4 changed files with 3 additions and 7 deletions

View File

@@ -11,10 +11,6 @@ from pisa.block_processor import BlockProcessor
from pisa.utils.zmq_subscriber import ZMQHandler
# WIP: MOVED BLOCKCHAIN RELATED TASKS TO BLOCK PROCESSOR IN AN AIM TO MAKE THE CODE MORE MODULAR. THIS SHOULD HELP
# WITH CODE REUSE WHEN MERGING THE DATA PERSISTENCE PART.
class Watcher:
def __init__(self, max_appointments=MAX_APPOINTMENTS):
self.appointments = dict()