mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-18 18:54:35 -05:00
chore: add and fix more lints, improve docs (#4765)
This commit is contained in:
@@ -705,6 +705,7 @@ where
|
||||
}
|
||||
|
||||
/// Handler for `engine_getPayloadBodiesByRangeV1`
|
||||
///
|
||||
/// See also <https://github.com/ethereum/execution-apis/blob/6452a6b194d7db269bf1dbd087a267251d3cc7f8/src/engine/shanghai.md#engine_getpayloadbodiesbyrangev1>
|
||||
///
|
||||
/// Returns the execution payload bodies by the range starting at `start`, containing `count`
|
||||
@@ -718,7 +719,7 @@ where
|
||||
/// ensuring that the range is limited properly, and that the range boundaries are computed
|
||||
/// correctly and without panics.
|
||||
///
|
||||
/// Note: If a block is pre shanghai, `withdrawals` field will be `null
|
||||
/// Note: If a block is pre shanghai, `withdrawals` field will be `null`.
|
||||
async fn get_payload_bodies_by_range_v1(
|
||||
&self,
|
||||
start: U64,
|
||||
|
||||
Reference in New Issue
Block a user