We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfb8cc commit be10d7fCopy full SHA for be10d7f
src/main.rs
@@ -69,7 +69,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
69
let mut wallet_manager: Option<Arc<RemoteWalletManager>> = None;
70
71
#[cfg(not(feature = "remote-wallet"))]
72
- let mut wallet_manager = None;
+ let mut wallet_manager: Option<()> = None;
73
74
let config = {
75
let cli_config = if let Some(config_file) =
0 commit comments