missing serialization

This commit is contained in:
Jędrzej Stuczyński
2024-02-08 16:10:10 +00:00
parent f687ebb0f5
commit ad9aee0ec0
14 changed files with 215 additions and 44 deletions
+3
View File
@@ -45,4 +45,7 @@ pub enum BandwidthControllerError {
#[error("Threshold not set yet")]
NoThreshold,
#[error("can't handle recovering storage with revision {stored}. {expected} was expected")]
UnsupportedCredentialStorageRevision { stored: u8, expected: u8 },
}