mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-18 11:54:43 -04:00
Prevent premature Bob t1 timeout
Bob was hitting the t1 timeout and entering cancel instead of redeem. This was resolved by increasing the timeouts to 50.
This commit is contained in:
parent
27d1334726
commit
f5d3d54b13
4 changed files with 8 additions and 20 deletions
|
@ -10,7 +10,6 @@ use swap::{
|
|||
};
|
||||
use tempfile::tempdir;
|
||||
use testcontainers::clients::Cli;
|
||||
use tracing_subscriber::util::SubscriberInitExt as _;
|
||||
use uuid::Uuid;
|
||||
use xmr_btc::{alice::State0, bitcoin, config::Config, cross_curve_dleq};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue