Log rate and amounts for Alice when doing execution setup

This commit is contained in:
Franck Royer 2021-02-19 10:25:59 +11:00 committed by Daniel Karzel
parent b20c16df78
commit 519d1a5701
3 changed files with 13 additions and 3 deletions

View file

@ -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.