From 6d3e5f22d49ca8aee24d5b14bd1f4244f9b4532d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Tue, 6 Sep 2022 16:45:32 +0100 Subject: [PATCH] Removed mix_denom from vesting MigrateMsg --- .../cosmwasm-smart-contracts/vesting-contract/src/messages.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/cosmwasm-smart-contracts/vesting-contract/src/messages.rs b/common/cosmwasm-smart-contracts/vesting-contract/src/messages.rs index 868df6ac70..ceeaef6a0e 100644 --- a/common/cosmwasm-smart-contracts/vesting-contract/src/messages.rs +++ b/common/cosmwasm-smart-contracts/vesting-contract/src/messages.rs @@ -12,9 +12,7 @@ pub struct InitMsg { #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)] #[serde(rename_all = "snake_case")] -pub struct MigrateMsg { - pub mix_denom: String, -} +pub struct MigrateMsg {} #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema, Default)] pub struct VestingSpecification {