From 3c7843eea531446e62788d54142d6bdff12b59eb Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 23 Sep 2017 05:40:10 +0200 Subject: [PATCH] revert 6e9b2a4459a108d438a917241c97f315544644c9 --- lib/bitcoin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bitcoin.py b/lib/bitcoin.py index fd7f92b9..115404fa 100644 --- a/lib/bitcoin.py +++ b/lib/bitcoin.py @@ -506,7 +506,7 @@ def address_from_private_key(sec): def is_segwit_address(addr): witver, witprog = segwit_addr.decode(SEGWIT_HRP, addr) - return witprog is not None and witver == 0 + return witprog is not None def is_b58_address(addr): try: