Skip to content

Commit

Permalink
Update anvil.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
eeemmmmmm authored Feb 18, 2025
1 parent f1fb395 commit 00a14d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc-api/src/anvil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pub trait AnvilApi {
#[method(name = "dumpState")]
async fn anvil_dump_state(&self) -> RpcResult<Bytes>;

/// Append chain state buffer to current chain.Will overwrite any conflicting addresses or
/// Append chain state buffer to current chain. Will overwrite any conflicting addresses or
/// storage.
#[method(name = "loadState")]
async fn anvil_load_state(&self, state: Bytes) -> RpcResult<bool>;
Expand Down

0 comments on commit 00a14d1

Please sign in to comment.