Skip to content

Commit

Permalink
fix: remove RemoveSchedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Jul 9, 2024
1 parent 5cb1830 commit 3f3c834
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ pub fn execute(
return Err(PreProposeError::MalformedProposal {});
}
}
CosmosMsg::Custom(NeutronMsg::RemoveSchedule { name: _name }) => {
continue;
}
_ => return Err(PreProposeError::MalformedProposal {}),
}
}
Expand Down

0 comments on commit 3f3c834

Please sign in to comment.