mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-02-22 15:49:52 -05:00
Don't do useless conversions
This commit is contained in:
parent
dffe4351a8
commit
856fe6a21e
@ -399,7 +399,7 @@ where
|
||||
)
|
||||
.await
|
||||
.map_err(|e| Error::Io(e))?;
|
||||
return Err(e.into());
|
||||
return Err(e);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user