[blockchain] add Error::OfflineClient
This commit is contained in:
@@ -29,6 +29,7 @@ pub enum Error {
|
||||
|
||||
// Blockchain interface errors
|
||||
Uncapable(crate::blockchain::Capability),
|
||||
OfflineClient,
|
||||
InvalidProgressValue(f32),
|
||||
ProgressUpdateError,
|
||||
MissingCachedAddresses,
|
||||
|
||||
Reference in New Issue
Block a user