fix: get refund tx block info for CSV check

This commit is contained in:
tecnovert
2026-06-05 22:56:26 +02:00
parent 3264a5845e
commit 7655f1ad81
28 changed files with 424 additions and 196 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ jobs:
export PARTICL_BINDIR="$BIN_DIR/particl"
export BITCOIN_BINDIR="$BIN_DIR/bitcoin"
export XMR_BINDIR="$BIN_DIR/monero"
pytest tests/basicswap/test_btc_xmr.py::TestBTC -k "test_003_api or test_02_a_leader_recover_a_lock_tx or test_11_fee_validation"
pytest tests/basicswap/test_btc_xmr.py::TestBTC -k "test_003_api or test_02_a_leader_recover_a_lock_tx or test_03_a_follower_recover_a_lock_tx or test_11_fee_validation"
- name: Run test_encrypted_xmr_reload
id: test_encrypted_xmr_reload
run: |