diff --git a/runtime/build.rs b/runtime/build.rs index 61185e6de..6d0fee77d 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -8,7 +8,7 @@ fn main() { #[cfg(not(any(feature = "testnet", feature = "develop")))] WasmBuilder::init_with_defaults() .enable_metadata() - .enable_metadata_hash("ANLOG", 12) + .enable_metadata_hash("DANLOG", 12) .build(); // Build testnet runtime