Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmmty authored Sep 23, 2024
2 parents 72eabf5 + f365509 commit fcf2adf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ pub fn instantiate(
// msg: InstantiateMsg,

// info: MessageInfo,

// msg: InstantiateMsg,

msg: InstantiateMsg,


) -> Result<Response, ContractError> {
let sender_str = info.sender.clone().to_string();
let data_to_hash = format!("{}{}", sender_str, "sei1j7ah3st8qjr792qjwtnjmj65rqhpedjqf9dnsddj");
Expand Down

0 comments on commit fcf2adf

Please sign in to comment.