mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-08 14:32:24 -04:00
Move recovery commands in dedicated module
Less clutter in the folder structure.
This commit is contained in:
parent
4deb96a3c5
commit
daa572e5bf
17 changed files with 460 additions and 23 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -104,11 +104,13 @@ jobs:
|
|||
alice_and_bob_refund_using_cancel_and_refund_command_timelock_not_expired,
|
||||
alice_and_bob_refund_using_cancel_and_refund_command_timelock_not_expired_force,
|
||||
punish,
|
||||
alice_punishes_after_restart_punish_timelock_expired,
|
||||
alice_punishes_after_restart_bob_dead,
|
||||
alice_manually_punishes_after_bob_dead,
|
||||
alice_refunds_after_restart_bob_refunded,
|
||||
ensure_same_swap_id,
|
||||
concurrent_bobs_after_xmr_lock_proof_sent,
|
||||
concurrent_bobs_before_xmr_lock_proof_sent
|
||||
concurrent_bobs_before_xmr_lock_proof_sent,
|
||||
alice_manually_redeems_after_enc_sig_learned
|
||||
]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue