This commit is contained in:
DenioD
2020-05-17 17:30:07 +02:00
parent 32ca60735b
commit f8aa9e34cc

View File

@@ -471,9 +471,7 @@ impl LightWallet {
}
// Add a new Sietch Addr. This will derive a new zdust address from the seed
pub fn add_zaddrdust(&self) -> String {
if !self.unlocked {
return "".to_string();
}
let pos = self.extsks.read().unwrap().len() as u32;