fix to much output for sietch addr

This commit is contained in:
DenioD
2020-02-08 10:02:49 +01:00
parent 2542028453
commit 6700974720

View File

@@ -890,7 +890,7 @@ impl LightClient {
self.do_save()?;
Ok(array!["sietch",new_address])
Ok(array![new_address])
}
pub fn clear_state(&self) {