mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 10:48:11 +01:00
Fix PIVX.
This commit is contained in:
@@ -4668,7 +4668,7 @@ class BasicSwap(BaseApp):
|
||||
+ (len(txn_script)).to_bytes(1, "big")
|
||||
+ txn_script
|
||||
)
|
||||
refund_txn = ci.setTxScriptSig(bytes.fromhex(refund_txn), 0, script)
|
||||
refund_txn = ci.setTxScriptSig(bytes.fromhex(refund_txn), 0, script).hex()
|
||||
|
||||
if coin_type in (Coins.NAV, Coins.DCR):
|
||||
# Only checks signature
|
||||
|
||||
Reference in New Issue
Block a user