From fc3d15cda642cbb7ab01ea21a70ba8deb75ea32d Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 29 Apr 2012 20:24:13 +0400 Subject: [PATCH 1/1] fix for sending notifications --- processor.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/processor.py b/processor.py index d9827fd..b2308b6 100644 --- a/processor.py +++ b/processor.py @@ -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: -- 1.7.1