dont store any info for sietch zaddr

This commit is contained in:
DenioD
2020-01-06 21:38:49 +01:00
parent 1db9c3198b
commit 0ae0994978
2 changed files with 17 additions and 1 deletions

View File

@@ -877,7 +877,7 @@ impl LightClient {
let wallet = self.wallet.write().unwrap();
match addr_type {
"zs" => wallet.add_zaddr(),
"zs" => wallet.add_zaddrdust(),
_ => {
let e = format!("Unrecognized address type: {}", addr_type);