From 6700974720afd736ac509ef0e88306af80f69b41 Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Sat, 8 Feb 2020 10:02:49 +0100 Subject: [PATCH] fix to much output for sietch addr --- lib/src/lightclient.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/lightclient.rs b/lib/src/lightclient.rs index 12b9257..2861a9c 100644 --- a/lib/src/lightclient.rs +++ b/lib/src/lightclient.rs @@ -890,7 +890,7 @@ impl LightClient { self.do_save()?; - Ok(array!["sietch",new_address]) + Ok(array![new_address]) } pub fn clear_state(&self) {