tcomment - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 804c66b6205ac3dd0ae2686f61e59a84b3f68c78
DIR parent dab865ca770b948677c58fd0e65121a75a0154db
HTML Author: ThomasV <thomasv@gitorious>
Date: Mon, 19 Mar 2012 21:38:39 +0300
comment
Diffstat:
M server/StratumJSONRPCServer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/server/StratumJSONRPCServer.py b/server/StratumJSONRPCServer.py
t@@ -224,7 +224,7 @@ class StratumJSONRPCRequestHandler(
c = self.headers.get('cookie')
if c:
if c[0:8]=='SESSION=':
- print "found cookie", c[8:]
+ #print "found cookie", c[8:]
self.server.session_id = c[8:]
if self.server.session_id is None: