Add an extra sleep to ensure expected ordering of Participations

This commit is contained in:
Luke Parker
2024-08-05 23:50:23 -04:00
parent b8912e4b7b
commit 8de696f169

View File

@@ -69,6 +69,7 @@ pub async fn key_gen<C: Ciphersuite>(
// Sleep so this participation gets included, before moving to the next participation
wait_for_tributary().await;
wait_for_tributary().await;
}
wait_for_tributary().await;