X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=backends%2Fabe%2F__init__.py;h=813250091f34dcdd929d9681e2f850a90295849b;hp=4e2341a3734203b7e166d8a871924f28a6e3dd9c;hb=5c10a2976f94f8c2deee76cff2a1f2777dbd2d25;hpb=a6c7750da047d13465a040edfa5fa4a9d3d28328 diff --git a/backends/abe/__init__.py b/backends/abe/__init__.py index 4e2341a..8132500 100644 --- a/backends/abe/__init__.py +++ b/backends/abe/__init__.py @@ -668,10 +668,11 @@ from processor import Processor class BlockchainProcessor(Processor): - def __init__(self, config): + def __init__(self, config, shared): Processor.__init__(self) self.store = AbeStore(config) self.watched_addresses = [] + self.shared = shared # catch_up first self.block_header, time_catch_up, time_mempool, n = self.store.main_iteration()