mirror of
https://github.com/basicswap/basicswap.git
synced 2026-03-02 09:25:11 +01:00
Fix decodeAddress without bech32 hrp
This commit is contained in:
@@ -9,9 +9,7 @@ import hashlib
|
||||
from .btc import BTCInterface, find_vout_for_address_from_txobj
|
||||
from basicswap.chainparams import Coins
|
||||
|
||||
from basicswap.util.address import (
|
||||
decodeAddress,
|
||||
)
|
||||
from basicswap.util.address import decodeAddress
|
||||
from basicswap.contrib.test_framework.script import (
|
||||
CScript,
|
||||
OP_0,
|
||||
|
||||
Reference in New Issue
Block a user