mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-11-17 15:26:14 +00:00
Remove unnecessary async block
This commit is contained in:
parent
6e6c207715
commit
f36f5acaf1
@ -266,7 +266,7 @@ impl EventLoop {
|
||||
.await?;
|
||||
|
||||
let (remote, remote_handle) = alice::run(swap).remote_handle();
|
||||
tokio::spawn(async move { remote.await });
|
||||
tokio::spawn(remote);
|
||||
|
||||
let _ = self
|
||||
.swap_handle_sender
|
||||
|
Loading…
Reference in New Issue
Block a user