Skip to content

Commit

Permalink
get_built_contract_addr: Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Aug 17, 2024
1 parent 4a914b4 commit 57b2ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/test_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ impl<'a> TestContextQuery<'a> {
let code_info = self.get_code_info()?;
let code_id_hash = code_info["data_hash"].as_str()?;

let creator_address = NEUTRON_CHAIN_ADMIN_ADDR;
let creator_address = self.creator_address?;
let salt = self.salt_hex_encoded.as_deref()?;

let chain = self
Expand Down

0 comments on commit 57b2ee5

Please sign in to comment.