mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Always use csv with adaptor sig swaps.
This commit is contained in:
@@ -4706,7 +4706,7 @@ class BasicSwap(BaseApp):
|
||||
|
||||
bid_id = bid_accept_data.bid_msg_id
|
||||
bid, offer = self.getBidAndOffer(bid_id)
|
||||
ensure(bid is not None and bid.was_sent is True, 'Unknown bidid')
|
||||
ensure(bid is not None and bid.was_sent is True, 'Unknown bid_id')
|
||||
ensure(offer, 'Offer not found ' + bid.offer_id.hex())
|
||||
|
||||
ensure(bid.expire_at > now + self._bid_expired_leeway, 'Bid expired')
|
||||
|
||||
Reference in New Issue
Block a user