jsonrpc compliance. terminate support for old clients
[electrum-server.git] / 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)