Remove unecessary bob qualifier

This commit is contained in:
Franck Royer 2021-01-19 14:37:49 +11:00
parent dbc633ea06
commit f0e6e45d56
No known key found for this signature in database
GPG key ID: A82ED75A8DFC50A4
3 changed files with 3 additions and 3 deletions

View file

@ -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();