Merge branch 'unstable' of https://github.com/sigp/lighthouse into electra_attestation_changes

This commit is contained in:
realbigsean
2024-06-13 14:45:49 -04:00
77 changed files with 1247 additions and 4737 deletions

View File

@@ -95,7 +95,7 @@ impl DepositContract {
.await
.map_err(|e| {
format!(
"Failed to deploy contract: {}. Is scripts/anvil_tests_node.sh running?.",
"Failed to deploy contract: {}. Is the RPC server running?.",
e
)
})?;