mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -131,7 +131,7 @@ pub trait EngineApi<Engine: EngineTypes> {
|
||||
/// layer p2p specification, meaning the input should be treated as untrusted or potentially
|
||||
/// adversarial.
|
||||
///
|
||||
/// Implementors should take care when acting on the input to this method, specifically
|
||||
/// Implementers should take care when acting on the input to this method, specifically
|
||||
/// ensuring that the range is limited properly, and that the range boundaries are computed
|
||||
/// correctly and without panics.
|
||||
#[method(name = "getPayloadBodiesByRangeV1")]
|
||||
|
||||
@ -34,7 +34,7 @@ pub trait GanacheApi {
|
||||
/// is the snapshot id to revert to. This deletes the given snapshot, as well as any snapshots
|
||||
/// taken after (e.g.: reverting to id 0x1 will delete snapshots with ids 0x1, 0x2, etc.).
|
||||
///
|
||||
/// Reutnrs `true` if a snapshot was reverted, otherwise `false`.
|
||||
/// Returns `true` if a snapshot was reverted, otherwise `false`.
|
||||
#[method(name = "revert")]
|
||||
async fn evm_revert(&self, snapshot_id: U256) -> RpcResult<bool>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user