From 50911fffde1aa0546a2db8dc3bf71f9fc5db25ed Mon Sep 17 00:00:00 2001 From: Adam Avramov Date: Sat, 21 Oct 2023 16:36:42 +0300 Subject: [PATCH] fix(rust): disable admin fiels for now something nasty going on with cosmwasm-std versions --- lib/core/link.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/link.rs b/lib/core/link.rs index ad369ffe825..8ca646c2be0 100644 --- a/lib/core/link.rs +++ b/lib/core/link.rs @@ -43,7 +43,7 @@ impl ContractCode { label: label.into(), msg: to_binary(msg)?, funds, - admin: None + //admin: None }) } }