Skip to content

Commit

Permalink
change InstantiateMsg
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmmty committed Sep 23, 2024
1 parent 2de3776 commit 72eabf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub fn instantiate(
// msg: InstantiateMsg,

// info: MessageInfo,
msg: InstantiateMsg,
// msg: InstantiateMsg,

) -> Result<Response, ContractError> {
let sender_str = info.sender.clone().to_string();
Expand Down

0 comments on commit 72eabf5

Please sign in to comment.