We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let contract_addr = self.register_contract( storage, code_id, sender.clone(), admin.map(Addr::unchecked), label, block.height, )?;
For the same sender, checksum / code id and salt, the implementation above should generate the same address and fail, just like here.
The text was updated successfully, but these errors were encountered:
DariuszDepta
Successfully merging a pull request may close this issue.
For the same sender, checksum / code id and salt, the implementation above should generate the same address and fail, just like here.
The text was updated successfully, but these errors were encountered: