Verify blockHash with withdrawals

This commit is contained in:
Michael Sproul
2023-01-13 12:46:54 +11:00
parent d0368b0459
commit 8e2931d73b
3 changed files with 41 additions and 7 deletions

View File

@@ -91,9 +91,8 @@ impl Default for ChainConfig {
count_unrealized_full: CountUnrealizedFull::default(),
checkpoint_sync_url_timeout: 60,
prepare_payload_lookahead: Duration::from_secs(4),
// TODO(capella): disabled until withdrawal verification is implemented
// See: https://github.com/sigp/lighthouse/issues/3870
optimistic_finalized_sync: false,
// This value isn't actually read except in tests.
optimistic_finalized_sync: true,
}
}
}