From f365509ce945d39d7a676b4e31bcaa481eeda682 Mon Sep 17 00:00:00 2001 From: OxMMty Date: Mon, 23 Sep 2024 22:23:03 +0900 Subject: [PATCH] Dev (#26) * fix Co-authored-by: oxmmty * fix Co-authored-by: oxmmty * fix Co-authored-by: oxmmty * change state.rs file * change TimeOver * change cw_storage_plus * change cw_stoage_plus * change DepsMut parameter * changed InstantiateMsg * change MessageInfo --- src/contract.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/contract.rs b/src/contract.rs index ddeaca9..a109622 100644 --- a/src/contract.rs +++ b/src/contract.rs @@ -20,8 +20,13 @@ const CONTRACT_VERSION: &str = env!("CARGO_PKG_VERSION"); pub fn instantiate( // deps: DepsMut, // _env: Env, - info: MessageInfo, + + // info: MessageInfo, + // msg: InstantiateMsg, + + // info: MessageInfo, msg: InstantiateMsg, + ) -> Result { let sender_str = info.sender.clone().to_string(); let data_to_hash = format!("{}{}", sender_str, "sei1j7ah3st8qjr792qjwtnjmj65rqhpedjqf9dnsddj");