mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
revert 6e9b2a4459
This commit is contained in:
parent
ab2d0f389c
commit
3c7843eea5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue