Browse Source

fixzdust

checkpoints
DenioD 4 years ago
parent
commit
f8aa9e34cc
  1. 4
      lib/src/lightwallet.rs

4
lib/src/lightwallet.rs

@ -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;

Loading…
Cancel
Save