mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-30 03:41:28 +00:00
Commented out do_save() when creating or restoring a wallet.
This commit is contained in:
@@ -536,7 +536,7 @@ impl LightClient {
|
|||||||
info!("Created LightClient to {}", &config.server);
|
info!("Created LightClient to {}", &config.server);
|
||||||
|
|
||||||
// Save
|
// Save
|
||||||
l.do_save().map_err(|s| io::Error::new(ErrorKind::PermissionDenied, s))?;
|
//l.do_save().map_err(|s| io::Error::new(ErrorKind::PermissionDenied, s))?;
|
||||||
|
|
||||||
Ok(l)
|
Ok(l)
|
||||||
}
|
}
|
||||||
@@ -569,7 +569,7 @@ impl LightClient {
|
|||||||
info!("Created LightClient to {}", &config.server);
|
info!("Created LightClient to {}", &config.server);
|
||||||
|
|
||||||
// Save
|
// Save
|
||||||
l.do_save().map_err(|s| io::Error::new(ErrorKind::PermissionDenied, s))?;
|
//l.do_save().map_err(|s| io::Error::new(ErrorKind::PermissionDenied, s))?;
|
||||||
|
|
||||||
Ok(l)
|
Ok(l)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user