chore(rpc): remove include_preimage param on debug_execution_witness (#11466)

This commit is contained in:
Francis Li
2024-10-03 11:38:55 -07:00
committed by GitHub
parent b4d5adeeb1
commit ab06997986
3 changed files with 9 additions and 27 deletions

View File

@ -170,12 +170,8 @@ where
if let Some(healthy_node_client) = &self.healthy_node_client {
// Compare the witness against the healthy node.
let healthy_node_witness = futures::executor::block_on(async move {
DebugApiClient::debug_execution_witness(
healthy_node_client,
block.number.into(),
true,
)
.await
DebugApiClient::debug_execution_witness(healthy_node_client, block.number.into())
.await
})?;
let healthy_path = self.save_file(