You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Wait 4 epochs after protocol parameters update, so that we make sure that we use new protocol parameters as well as new stake distribution a few times
65
+
target_epoch += 4;
67
66
wait_for_target_epoch(
68
67
self.infrastructure.chain_observer(),
69
68
target_epoch,
70
-
"epoch after which the certificate chain will be long enough to catch most common troubles with protocol parameters".to_string(),
69
+
"epoch after which the certificate chain will be long enough to catch most common troubles with stake distribution and protocol parameters".to_string(),
0 commit comments