chore(rpc): fix misleading link and comment (#20367)

This commit is contained in:
Snezhkko
2025-12-16 11:32:25 +02:00
committed by GitHub
parent ae9e84d6e3
commit f2c39db7a2

View File

@@ -463,7 +463,7 @@ where
/// Returns the most recent version of the payload that is available in the corresponding
/// payload build process at the time of receiving this call.
///
/// See also <https://github.com/ethereum/execution-apis/blob/7907424db935b93c2fe6a3c0faab943adebe8557/src/engine/prague.md#engine_newpayloadv4>
/// See also <https://github.com/ethereum/execution-apis/blob/7907424db935b93c2fe6a3c0faab943adebe8557/src/engine/prague.md#engine_getpayloadv4>
///
/// Note:
/// > Provider software MAY stop the corresponding build process after serving this call.
@@ -933,7 +933,7 @@ where
Ok(self.fork_choice_updated_v2_metered(fork_choice_state, payload_attributes).await?)
}
/// Handler for `engine_forkchoiceUpdatedV2`
/// Handler for `engine_forkchoiceUpdatedV3`
///
/// See also <https://github.com/ethereum/execution-apis/blob/main/src/engine/cancun.md#engine_forkchoiceupdatedv3>
async fn fork_choice_updated_v3(