mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-24 09:53:09 -05:00
Rename bob::Message2 to Message5
As per the proposed changed in the sequence diagram. The aim is to have a unique terminology per message instead of having the same name for 2 consequent messages that share the same behaviour. Note that the aim is to remove the shared `RequestResponse` behaviours.
This commit is contained in:
parent
91fe18a796
commit
9a5e35c1bd
10 changed files with 58 additions and 57 deletions
|
|
@ -217,7 +217,7 @@ impl EventLoop {
|
|||
OutEvent::Message2(msg) => {
|
||||
let _ = self.msg2.send(msg).await;
|
||||
}
|
||||
OutEvent::Message3 => info!("Alice acknowledged message 3 received"),
|
||||
OutEvent::Message5 => info!("Alice acknowledged message 5 received"),
|
||||
}
|
||||
},
|
||||
option = self.dial_alice.next().fuse() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue