We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4b8a8 commit 0bc2f25Copy full SHA for 0bc2f25
template/node/src/chain_spec.rs
@@ -25,12 +25,12 @@ use hex_literal::hex;
25
feature = "accountid32",
26
not(any(feature = "accountid20", feature = "accountid32"))
27
))]
28
-use frontier_template_runtime_accountid32 as frontier_template_runtime;
+use frontier_template_runtime::Signature;
29
#[cfg(any(
30
31
32
33
-use frontier_template_runtime::Signature;
+use frontier_template_runtime_accountid32 as frontier_template_runtime;
34
35
36
0 commit comments