mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(rpc): remove reference to preimage bool in debug_executionWitness (#12559)
This commit is contained in:
@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user