mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Improve error message
YMMV but I think this sounds better.
This commit is contained in:
parent
bbbe5f7ae8
commit
3d2d447fba
@ -85,7 +85,9 @@ impl Behaviour {
|
|||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
self.rr
|
self.rr
|
||||||
.send_response(channel, msg)
|
.send_response(channel, msg)
|
||||||
.map_err(|_| anyhow!("Sending quote response failed"))
|
.map_err(|_| anyhow!("failed to send quote response"))?;
|
||||||
|
|
||||||
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user