add v3 to capabilities

This commit is contained in:
realbigsean
2023-02-14 15:52:53 -05:00
committed by Emilia Hane
parent 13efd47238
commit 44dbccfeae
3 changed files with 10 additions and 2 deletions

View File

@@ -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,
));
}