mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
consensus: remove caching functionality from block import pipeline (#13551)
* consensus: remove caching functionality from block import pipeline * client: update docs on Verifier::verify * node: fix block production benchmark
This commit is contained in:
@@ -760,7 +760,7 @@ mod tests {
|
||||
);
|
||||
params.fork_choice = Some(ForkChoiceStrategy::LongestChain);
|
||||
|
||||
futures::executor::block_on(block_import.import_block(params, Default::default()))
|
||||
futures::executor::block_on(block_import.import_block(params))
|
||||
.expect("error importing test block");
|
||||
},
|
||||
|service, _| {
|
||||
|
||||
Reference in New Issue
Block a user