jsonrpc compliance. terminate support for old clients
authorThomasV <thomasv@gitorious>
Fri, 18 May 2012 20:22:20 +0000 (00:22 +0400)
committerThomasV <thomasv@gitorious>
Fri, 18 May 2012 20:22:20 +0000 (00:22 +0400)
backends/abe/__init__.py

index 1ba8a35..e5874b0 100644 (file)
@@ -403,7 +403,7 @@ class BlockchainProcessor(Processor):
             print "unknown method", request
 
         if result != '':
-            response = { 'id':message_id, 'method':method, 'params':params, 'result':result }
+            response = { 'id':message_id, 'result':result }
             self.push_response(response)