mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-23 22:34:41 -04:00
Don't do useless conversions
This commit is contained in:
parent
dffe4351a8
commit
856fe6a21e
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ where
|
|||
)
|
||||
.await
|
||||
.map_err(|e| Error::Io(e))?;
|
||||
return Err(e.into());
|
||||
return Err(e);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue