From f1e17f76b1a8af74de3b6a7f027df0bdcf78b82d Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 16 Nov 2018 16:13:12 -0500 Subject: [PATCH] please work --- electrum/interface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electrum/interface.py b/electrum/interface.py index aa318eb68..6e836d89b 100644 --- a/electrum/interface.py +++ b/electrum/interface.py @@ -61,8 +61,8 @@ class NotificationSession(RPCSession): # will catch the exception, count errors, and at some point disconnect if isinstance(request, Notification): params, result = request.args[:-1], request.args[-1] - print(params) - print(result) + self.print_error(params) + self.print_error(result) key = self.get_hashable_key_for_rpc_call(request.method, params) if key in self.subscriptions: self.cache[key] = result