Skip to content

Commit

Permalink
examples/neutron: Change a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Aug 17, 2024
1 parent 7133820 commit 5ba5b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/neutron.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ fn main() -> Result<(), Box<dyn Error>> {
.code_id
.unwrap();

// Instantiate a contract predictably
// Instantiate a contract with a predictable address
ctx.build_tx_instantiate2()
.with_code_id(factory_contract_code_id)
.with_msg(serde_json::json!({
Expand Down

0 comments on commit 5ba5b3e

Please sign in to comment.