URI: 
       tAvoid false BUG when grepping. - obelisk - Electrum server using libbitcoin as its backend
  HTML git clone https://git.parazyd.org/obelisk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit bd256fbf8fc63a689f39a6d2be56ca36e3e29ed2
   DIR parent 9c8f83d84d1ea29783b798f46014d3b915d06f3f
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 19 Apr 2021 18:07:07 +0200
       
       Avoid false BUG when grepping.
       
       Diffstat:
         M obelisk/zeromq.py                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/obelisk/zeromq.py b/obelisk/zeromq.py
       t@@ -207,7 +207,7 @@ class RequestCollection:
                if response.request_id in self._requests:
                    self._handle_response(response)
                else:
       -            print("DEBUG: RequestCollection unhandled response %s:%s" %
       +            print("DEBUG; RequestCollection unhandled response %s:%s" %
                          (response.command, response.request_id))
        
            def _handle_response(self, response):