URI: 
       tAdd server protocol versions. - 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 6a0632518d71bad83105a1dbe0cfb69f33790f2e
   DIR parent 8a686f7ab5a1b97c12a4d66d8bf080e6f4420f78
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Wed,  7 Apr 2021 18:24:26 +0200
       
       Add server protocol versions.
       
       Diffstat:
         M electrumobelisk/protocol.py         |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/electrumobelisk/protocol.py b/electrumobelisk/protocol.py
       t@@ -21,6 +21,8 @@ from electrumobelisk.util import is_non_negative_integer, safe_hexlify
        from electrumobelisk.zeromq import Client
        
        VERSION = 0.0
       +SERVER_PROTO_MIN = "1.4"
       +SERVER_PROTO_MAX = "1.4.2"
        DONATION_ADDR = "bc1q7an9p5pz6pjwjk4r48zke2yfaevafzpglg26mz"
        
        BANNER = ("""