Merge conflicts

This commit is contained in:
Eitan Seri-Levi
2026-02-17 13:18:49 -08:00
69 changed files with 3480 additions and 498 deletions

View File

@@ -148,7 +148,10 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
}
// The block failed verification.
Err(other) => {
warn!(reason = other.to_string(), "Execution payload envelope rejected");
warn!(
reason = other.to_string(),
"Execution payload envelope rejected"
);
Err(other)
}
}