mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-09 15:02:47 -04:00
Log rate and amounts for Alice when doing execution setup
This commit is contained in:
parent
b20c16df78
commit
519d1a5701
3 changed files with 13 additions and 3 deletions
|
@ -127,7 +127,6 @@ impl Behaviour {
|
|||
|
||||
pub fn start_execution_setup(&mut self, bob_peer_id: PeerId, state0: State0) {
|
||||
self.execution_setup.run(bob_peer_id, state0);
|
||||
info!("Start execution setup with {}", bob_peer_id);
|
||||
}
|
||||
|
||||
/// Send Transfer Proof to Bob.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue