mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 10:48:11 +01:00
Fix recoverNoScriptTxnWithKey for reverse bids.
This commit is contained in:
@@ -7659,6 +7659,9 @@ class BasicSwap(BaseApp):
|
||||
return
|
||||
|
||||
bid = self.getBid(bid_id)
|
||||
if bid is None:
|
||||
raise ValueError('Bid not found.')
|
||||
|
||||
bid.debug_ind = debug_ind
|
||||
|
||||
# Update in memory copy. TODO: Improve
|
||||
|
||||
Reference in New Issue
Block a user