This commit is contained in:
Eitan Seri- Levi
2026-02-22 16:07:48 -08:00
parent de2362a820
commit b525fe055f
3 changed files with 29 additions and 31 deletions

View File

@@ -122,7 +122,7 @@ impl<T: BeaconChainTypes> PayloadNotifier<T> {
}
}
/// Verify that `execution_payload` contained by `block` is considered valid by an execution
/// Verify that `execution_payload` associated with `beacon_block_root` is considered valid by an execution
/// engine.
///
/// ## Specification