Skip to content

Commit

Permalink
fix(rpc): remove reference to preimage bool in debug_executionWitness (
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Nov 14, 2024
1 parent d028c1c commit 61d32e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/rpc/rpc-api/src/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ pub trait DebugApi {
/// to their preimages that were required during the execution of the block, including during
/// state root recomputation.
///
/// The first argument is the block number or block hash. The second argument is a boolean
/// indicating whether to include the preimages of keys in the response.
/// The first argument is the block number or block hash.
#[method(name = "executionWitness")]
async fn debug_execution_witness(&self, block: BlockNumberOrTag)
-> RpcResult<ExecutionWitness>;
Expand Down

0 comments on commit 61d32e9

Please sign in to comment.