swaps: allow reverse swaps to external address
Implement logic to claim a reverse swap funding output to any given address. This allows to do onchain payments to external recipients through a submarine swap.
This commit is contained in:
@@ -69,7 +69,7 @@ SWAPDATA = SwapData(
|
||||
prepay_hash=None,
|
||||
privkey=bytes.fromhex('58fd0018a9a2737d1d6b81d380df96bf0c858473a9592015508a270a7c9b1d8d'),
|
||||
lockup_address='tb1q2pvugjl4w56rqw4c7zg0q6mmmev0t5jjy3qzg7sl766phh9fxjxsrtl77t',
|
||||
receive_address='tb1ql0adrj58g88xgz375yct63rclhv29hv03u0mel',
|
||||
claim_to_output=None,
|
||||
funding_txid='897eea7f53e917323e7472d7a2e3099173f7836c57f1b6850f5cbdfe8085dbf9',
|
||||
spending_txid=None,
|
||||
is_redeemed=False,
|
||||
|
||||
Reference in New Issue
Block a user