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