From 268fa02b83dc4e6876504c3c7c9353f5e4d80fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Wed, 22 Mar 2023 10:25:42 +0000 Subject: [PATCH] fix: restored 'nym-contracts-common' dependency in the mixnet contract --- contracts/mixnet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/mixnet/Cargo.toml b/contracts/mixnet/Cargo.toml index b383e5d9f0..2870ecd482 100644 --- a/contracts/mixnet/Cargo.toml +++ b/contracts/mixnet/Cargo.toml @@ -24,7 +24,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] mixnet-contract-common = { path = "../../common/cosmwasm-smart-contracts/mixnet-contract", package = "nym-mixnet-contract-common", version = "0.3.0" } vesting-contract-common = { path = "../../common/cosmwasm-smart-contracts/vesting-contract", package = "nym-vesting-contract-common", version = "0.3.0" } -#nym-config = { path = "../../common/config"} +nym-contracts-common = { path = "../../common/cosmwasm-smart-contracts/contracts-common", version = "0.3.0" } cosmwasm-std = { workspace = true } cosmwasm-storage = { workspace = true }