diff --git a/nym-wallet/src-tauri/src/error.rs b/nym-wallet/src-tauri/src/error.rs index 573e931b6b..26f7bea95d 100644 --- a/nym-wallet/src-tauri/src/error.rs +++ b/nym-wallet/src-tauri/src/error.rs @@ -164,9 +164,9 @@ pub enum BackendError { #[error("there aren't any vesting delegations to migrate")] NoVestingDelegations, - - #[error("this operation is no longer allowed to be performed with vesting tokens. please move them to your liquid balance and try again")] - DisabledVestingOperation, + // + // #[error("this operation is no longer allowed to be performed with vesting tokens. please move them to your liquid balance and try again")] + // DisabledVestingOperation, } impl Serialize for BackendError {