Add multinode test for two nodes rotating at 1 tick per slot

This commit is contained in:
Michael Vines
2019-02-11 20:54:46 -08:00
committed by Grimes
parent 7118178e2c
commit 863956d09c
2 changed files with 170 additions and 23 deletions

View File

@ -324,7 +324,8 @@ impl Fullnode {
break;
}
trace!(
"Waiting for bank tick_height to catch up from {} to {}",
"{:?}: Waiting for bank tick_height to catch up from {} to {}",
self.id,
bank_tick_height,
tick_height
);