From c90add538b3adc65b24153b74deda807f4efea00 Mon Sep 17 00:00:00 2001 From: _dssei_ Date: Mon, 8 Apr 2024 12:01:09 -0700 Subject: [PATCH] uncommented attr --- contracts/sei-tester/src/contract.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/sei-tester/src/contract.rs b/contracts/sei-tester/src/contract.rs index 61d9f8a..99181d4 100644 --- a/contracts/sei-tester/src/contract.rs +++ b/contracts/sei-tester/src/contract.rs @@ -1,5 +1,5 @@ use cosmwasm_std::to_json_binary; -// #[cfg(not(feature = "library"))] +#[cfg(not(feature = "library"))] use cosmwasm_std::{ coin, entry_point, Attribute, BankMsg, Binary, Coin, Decimal, Deps, DepsMut, Env, MessageInfo, Order as IteratorOrder, Reply, Response, StdError, StdResult, SubMsg, SubMsgResponse, Uint128,