obelisk

Electrum server using libbitcoin as its backend
git clone https://git.parazyd.org/obelisk
Log | Files | Refs | README | LICENSE

commit 7bf03633848c6e778a20476cefc151d7fb70ef64
parent b6b8e2b59c752401bbae754be7a380cbd203255c
Author: parazyd <parazyd@dyne.org>
Date:   Thu,  8 Apr 2021 14:58:57 +0200

Set the VERSION variable as a string.

Diffstat:
Melectrumobelisk/protocol.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrumobelisk/protocol.py b/electrumobelisk/protocol.py @@ -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"