Skip to content

Commit

Permalink
updated build message
Browse files Browse the repository at this point in the history
  • Loading branch information
o-tsaruk committed Aug 19, 2023
1 parent 5d1b0e0 commit e500a2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crates/patron/src/commands/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ pub(crate) fn build(
let FinishedBuildSession {
mut wasm_file,
mut metadata_file,
code_hash,
..
} = remote_build(
&auth_config,
Expand Down Expand Up @@ -115,5 +116,11 @@ pub(crate) fn build(
&metadata,
)?;

progress.finish_with_message(format!(
"Contract uploaded: {}/codeHash/{}",
auth_config.web_path(),
code_hash
));

Ok(())
}

0 comments on commit e500a2b

Please sign in to comment.