fix(rpc): remove reference to preimage bool in debug_executionWitness (#12559)

This commit is contained in:
Dan Cline
2024-11-14 17:37:39 -05:00
committed by GitHub
parent d028c1cbb4
commit 61d32e9bfd

View File

@ -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>;