[WIP] Swap app e2e test

This commit is contained in:
Lucas Soriano del Pino 2020-10-28 11:46:45 +11:00
parent 9e30bd5151
commit 9384b0cf3c
8 changed files with 81 additions and 25 deletions

View file

@ -356,6 +356,7 @@ impl Alice {
/// Message0 gets sent within the network layer using this state0.
pub fn set_state0(&mut self, state: State0) {
info!("Set state 0");
let _ = self.message0.set_state(state);
}