Skip to content

Commit

Permalink
edit note
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Aug 16, 2024
1 parent 40eb1c1 commit e5806ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check/src/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ pub async fn deploy(cfg: DeployConfig) -> Result<()> {
Cached contracts benefit from cheaper calls. To read more about the Stylus contract cache, see
https://docs.arbitrum.io/stylus/concepts/stylus-cache-manager"#,
hex::encode(contract_addr),
);
println!("{}", note.debug_mint());
).debug_mint();
println!("{note}");
Ok(())
}

Expand Down

0 comments on commit e5806ac

Please sign in to comment.