We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694c947 commit d516d80Copy full SHA for d516d80
bins/validator-node/src/main.rs
@@ -813,7 +813,8 @@ async fn main() -> Result<()> {
813
description: String::new(),
814
owner: keypair.hotkey(),
815
module: platform_core::WasmModuleMetadata {
816
- module_path: String::new(),
+ // Use challenge_id as module_path for cache lookup
817
+ module_path: challenge_id_str.clone(),
818
code_hash: hex::encode(metadata.value_hash),
819
version: metadata.version.to_string(),
820
..Default::default()
0 commit comments