fix for sending notifications
authorThomasV <thomasv@gitorious>
Sun, 29 Apr 2012 16:24:13 +0000 (20:24 +0400)
committerThomasV <thomasv@gitorious>
Sun, 29 Apr 2012 16:24:13 +0000 (20:24 +0400)
processor.py

index d9827fd..b2308b6 100644 (file)
@@ -195,7 +195,7 @@ class Session:
     def build_subdesc(method, params):
         if method == "blockchain.numblocks.subscribe":
             return method,
-        elif method == "blockchain.address.get_history":
+        elif method == "blockchain.address.subscribe":
             if not params:
                 return None
             else: