mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-03 12:06:17 -04:00
Cleanup unused config param that was accidentally introduced
This commit is contained in:
parent
903469f62a
commit
487b880371
8 changed files with 0 additions and 24 deletions
|
@ -98,7 +98,6 @@ async fn happy_path() {
|
|||
bob_xmr_wallet.clone(),
|
||||
OsRng,
|
||||
Uuid::new_v4(),
|
||||
config,
|
||||
)
|
||||
.boxed();
|
||||
|
||||
|
|
|
@ -83,7 +83,6 @@ async fn given_alice_restarts_after_encsig_is_learned_resume_swap() {
|
|||
bob_xmr_wallet.clone(),
|
||||
OsRng,
|
||||
Uuid::new_v4(),
|
||||
config,
|
||||
);
|
||||
|
||||
let alice_db_datadir = tempdir().unwrap();
|
||||
|
|
|
@ -106,7 +106,6 @@ async fn given_bob_restarts_after_encsig_is_sent_resume_swap() {
|
|||
bob_xmr_wallet.clone(),
|
||||
OsRng,
|
||||
bob_swap_id,
|
||||
config,
|
||||
)
|
||||
.await
|
||||
.unwrap();
|
||||
|
@ -135,7 +134,6 @@ async fn given_bob_restarts_after_encsig_is_sent_resume_swap() {
|
|||
bob_xmr_wallet,
|
||||
OsRng,
|
||||
bob_swap_id,
|
||||
config,
|
||||
)
|
||||
.await
|
||||
.unwrap();
|
||||
|
|
|
@ -95,7 +95,6 @@ async fn given_bob_restarts_after_xmr_is_locked_resume_swap() {
|
|||
bob_xmr_wallet.clone(),
|
||||
OsRng,
|
||||
bob_swap_id,
|
||||
Config::regtest(),
|
||||
)
|
||||
};
|
||||
|
||||
|
@ -121,7 +120,6 @@ async fn given_bob_restarts_after_xmr_is_locked_resume_swap() {
|
|||
bob_xmr_wallet.clone(),
|
||||
OsRng,
|
||||
bob_swap_id,
|
||||
Config::regtest(),
|
||||
);
|
||||
|
||||
let bob_final_state = select! {
|
||||
|
|
|
@ -84,7 +84,6 @@ async fn alice_punishes_if_bob_never_acts_after_fund() {
|
|||
bob_xmr_wallet.clone(),
|
||||
OsRng,
|
||||
Uuid::new_v4(),
|
||||
config,
|
||||
)
|
||||
.boxed();
|
||||
|
||||
|
|
|
@ -81,7 +81,6 @@ async fn given_alice_restarts_after_xmr_is_locked_abort_swap() {
|
|||
bob_xmr_wallet.clone(),
|
||||
OsRng,
|
||||
Uuid::new_v4(),
|
||||
Config::regtest(),
|
||||
);
|
||||
|
||||
let alice_swap_id = Uuid::new_v4();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue