teos - BLOCK_CACHE_SIZE -> LOCATOR_CACHE_SIZE

This commit is contained in:
Sergi Delgado Segura
2020-05-22 19:14:43 +02:00
parent c05f96b738
commit 77d1ea21c8
4 changed files with 6 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ def api(db_manager, carrier, block_processor, gatekeeper, run_bitcoind):
responder,
sk.to_der(),
MAX_APPOINTMENTS,
config.get("BLOCK_CACHE_SIZE"),
config.get("LOCATOR_CACHE_SIZE"),
)
inspector = Inspector(block_processor, config.get("MIN_TO_SELF_DELAY"))
api = API(config.get("API_HOST"), config.get("API_PORT"), inspector, watcher)