We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4dd91 commit db8e6b4Copy full SHA for db8e6b4
crates/n42/n42-testing/src/dev.rs
@@ -73,7 +73,8 @@ use std::{
73
};
74
use reth_rpc_api::EngineApiClient;
75
use n42_clique::{
76
- EXTRA_VANITY, EXTRA_SEAL};
+ EXTRA_VANITY,
77
+ EXTRA_SEAL};
78
use reth_primitives_traits::{
79
header::clique_utils::SIGNATURE_LENGTH,
80
AlloyBlockHeader,
0 commit comments