Import backend using backend name.
[electrum-server.git] / modules / abe / __init__.py
index b327114..d63847d 100644 (file)
@@ -371,7 +371,7 @@ class AbeStore(Datastore_class):
 
 from processor import Processor
 
-class AbeProcessor(Processor):
+class BlockchainProcessor(Processor):
 
     def __init__(self, config):
         Processor.__init__(self)