Skip to content

Commit

Permalink
Fix example.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Feb 2, 2024
1 parent c039d88 commit 984616b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v2_contract_deploy_init_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ async fn main() -> anyhow::Result<()> {
let handle = builder.send(&keys).await?;
println!("Module deployment transaction {handle} submitted.");
let result = handle.wait_for_finalization().await?;
println!("Module {result} deployed.");
println!("Module {} deployed.", result.module_reference);
return Ok(());
}
};
Expand Down

0 comments on commit 984616b

Please sign in to comment.