tSet the VERSION variable as a string. - 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 7bf03633848c6e778a20476cefc151d7fb70ef64
DIR parent b6b8e2b59c752401bbae754be7a380cbd203255c
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 8 Apr 2021 14:58:57 +0200
Set the VERSION variable as a string.
Diffstat:
M electrumobelisk/protocol.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/electrumobelisk/protocol.py b/electrumobelisk/protocol.py
t@@ -33,7 +33,7 @@ from electrumobelisk.util import (
)
from electrumobelisk.zeromq import Client
-VERSION = 0.0
+VERSION = "0.0"
SERVER_PROTO_MIN = "1.4"
SERVER_PROTO_MAX = "1.4.2"
DONATION_ADDR = "bc1q7an9p5pz6pjwjk4r48zke2yfaevafzpglg26mz"