From: ThomasV Date: Fri, 18 May 2012 20:22:20 +0000 (+0400) Subject: jsonrpc compliance. terminate support for old clients X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=d2165856a291320c734429dcf189c5a4544115aa;hp=9e7a2c2f2c28ca35e80b5698df4da33174a9a3e1;p=electrum-server.git jsonrpc compliance. terminate support for old clients --- diff --git a/backends/abe/__init__.py b/backends/abe/__init__.py index 1ba8a35..e5874b0 100644 --- a/backends/abe/__init__.py +++ b/backends/abe/__init__.py @@ -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)