mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-01 03:12:15 +00:00
Commented out do_save() when creating or restoring a wallet.
This commit is contained in:
parent
ee848bbbf2
commit
4c27a4edfb
@ -536,7 +536,7 @@ impl LightClient {
|
||||
info!("Created LightClient to {}", &config.server);
|
||||
|
||||
// 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)
|
||||
}
|
||||
@ -569,7 +569,7 @@ impl LightClient {
|
||||
info!("Created LightClient to {}", &config.server);
|
||||
|
||||
// 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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user