We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4a09e commit d5f8cf1Copy full SHA for d5f8cf1
core/src/core.rs
@@ -13,6 +13,7 @@ use workflow_i18n::*;
13
use workflow_wasm::callback::CallbackMap;
14
15
pub enum Exception {
16
+ #[allow(dead_code)]
17
UtxoIndexNotEnabled { url: Option<String> },
18
}
19
core/src/modules/account_manager/network.rs
@@ -2,6 +2,7 @@ use crate::imports::*;
2
use super::*;
3
4
pub struct NetworkState<'context> {
5
6
pub context: &'context ManagerContext,
7
8
0 commit comments