mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-01 11:06:13 -04:00
Remove unecessary bob
qualifier
This commit is contained in:
parent
dbc633ea06
commit
f0e6e45d56
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ impl TestContext {
|
|||
pub async fn new_swap_as_bob(&self) -> bob::Swap {
|
||||
let (swap, event_loop) = self
|
||||
.bob_swap_factory
|
||||
.new_swap_as_bob(self.swap_amounts, Config::regtest())
|
||||
.new_swap(self.swap_amounts, Config::regtest())
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue