Fix recoverNoScriptTxnWithKey for reverse bids.

This commit is contained in:
tecnovert
2024-10-28 02:29:14 +02:00
parent 3345d56f5b
commit 1d5d6004bc
11 changed files with 313 additions and 38 deletions

View File

@@ -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