removed unused error variant

This commit is contained in:
Jędrzej Stuczyński
2024-10-09 16:40:13 +01:00
parent 59da117e8f
commit 065b3891f2
+3 -3
View File
@@ -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 {