Address First Round Comments

This commit is contained in:
Mark Mackey
2025-11-28 13:12:23 -06:00
parent fd50ba60d4
commit 794fcb3764
4 changed files with 10 additions and 170 deletions

View File

@@ -172,7 +172,7 @@ impl<'block, E: EthSpec> NewPayloadRequest<'block, E> {
}
}
//TODO(EIP7732): Consider implmenting these as methods on the NewPayloadRequest struct
//TODO(EIP7732): Consider implementing these as methods on the NewPayloadRequest struct
impl<'a, E: EthSpec> TryFrom<BeaconBlockRef<'a, E>> for NewPayloadRequest<'a, E> {
type Error = BeaconStateError;