mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-24 09:53:09 -05:00
Rename Bob's Behavior Failure to CommunicationError
Failure does not express what the error represents. It is only used for communication errors for quote requests, receiving the XMR transfer proof and sending the encryption signature.
This commit is contained in:
parent
08b036142f
commit
e66e84085b
2 changed files with 5 additions and 5 deletions
|
|
@ -192,7 +192,7 @@ impl EventLoop {
|
|||
debug!("Alice acknowledged encrypted signature");
|
||||
}
|
||||
OutEvent::ResponseSent => {}
|
||||
OutEvent::Failure(err) => {
|
||||
OutEvent::CommunicationError(err) => {
|
||||
error!("Communication error: {:#}", err)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue