Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 20, 2024
1 parent ba6d07b commit 0431514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sdk/src/network/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl NetworkClient {
} else {
// The program doesn't exist, create it.
self.create_program(vk_hash, vk, elf).await?;
log::info!("Registered program 0x{}", hex::encode(vk_hash.clone()));
log::info!("Registered program {:?}", vk_hash);
Ok(vk_hash)
}
}
Expand Down

0 comments on commit 0431514

Please sign in to comment.