fix logging info: address
authorThomasV <thomasv@gitorious>
Mon, 30 Apr 2012 12:16:48 +0000 (16:16 +0400)
committerThomasV <thomasv@gitorious>
Mon, 30 Apr 2012 12:16:48 +0000 (16:16 +0400)
processor.py

index b2308b6..d012f5d 100644 (file)
@@ -172,8 +172,7 @@ class Session:
             #print sub
             method = sub[0]
             if method == 'blockchain.address.subscribe':
-                params = sub[1]
-                addr = params[0]
+                addr = sub[1]
                 break
         else:
             addr = None