rename to zdust

This commit is contained in:
DenioD
2020-05-17 23:02:15 +02:00
parent a6317d2ff1
commit 7908d228be
2 changed files with 19 additions and 18 deletions

View File

@@ -902,8 +902,7 @@ impl LightClient {
pub fn do_new_sietchaddress(&self, addr_type: &str) -> Result<JsonValue, String> {
let new_address = {
let zdust_address = {
let wallet = self.wallet.write().unwrap();
match addr_type {
@@ -917,9 +916,7 @@ impl LightClient {
}
};
self.do_save()?;
Ok(array![new_address])
Ok(array![zdust_address])
}
pub fn clear_state(&self) {