Skip to content

Commit

Permalink
Remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
lubkoll committed Aug 9, 2024
1 parent 5fd840c commit 751b037
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions smart-contracts/osmosis/contracts/cl-vault/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ pub enum ContractError {
#[error("Swap deposit merge state item not found")]
SwapDepositMergeStateNotFound,

#[error("Swap failed: {message}")]
SwapFailed { message: String },

#[error("Vault shares sent in does not equal amount requested")]
IncorrectShares,

Expand Down

0 comments on commit 751b037

Please sign in to comment.