mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
add v3 to capabilities
This commit is contained in:
@@ -152,7 +152,7 @@ pub async fn handle_rpc<T: EthSpec>(
|
||||
ForkName::Eip4844 => {
|
||||
if method == ENGINE_NEW_PAYLOAD_V1 || method == ENGINE_NEW_PAYLOAD_V2 {
|
||||
return Err((
|
||||
format!("{} called after capella fork!", method),
|
||||
format!("{} called after eip4844 fork!", method),
|
||||
GENERIC_ERROR_CODE,
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user