mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(rpc): remove include_preimage param on debug_execution_witness (#11466)
This commit is contained in:
@ -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(
|
||||
|
||||
Reference in New Issue
Block a user