darkfid/tests/harness: init an empty fork when generating node

This commit is contained in:
skoupidi
2024-06-12 13:29:27 +03:00
parent 08b134d802
commit 37a864c89f

View File

@@ -246,6 +246,8 @@ pub async fn generate_node(
p2p.start().await?;
node.validator.consensus.generate_empty_fork().await?;
if !skip_sync {
sync_task(&node, checkpoint).await?;
} else {