removed unused error variant
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user