From 56cd6da556f289e53f6e5d3d7227cf26fdf5c13f Mon Sep 17 00:00:00 2001 From: tecnovert Date: Fri, 29 Nov 2024 18:54:09 +0000 Subject: [PATCH] Update basicswap/basicswap.py Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com> --- basicswap/basicswap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicswap/basicswap.py b/basicswap/basicswap.py index d52fb75..2367f04 100644 --- a/basicswap/basicswap.py +++ b/basicswap/basicswap.py @@ -8767,7 +8767,7 @@ class BasicSwap(BaseApp): try: chain_height = ci_to.getChainHeight() - lock_tx_depth = (chain_height - bid.xmr_b_lock_tx.chain_height) + 1 + lock_tx_depth = (chain_height - bid.xmr_b_lock_tx.chain_height) if lock_tx_depth < ci_to.depth_spendable(): raise TemporaryError( f"Chain B lock tx still confirming {lock_tx_depth} / {ci_to.depth_spendable()}."