From cf0e418f422f337035af261df4e20d7c9a24ad54 Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Wed, 15 Jan 2020 21:48:06 +0100 Subject: [PATCH] add sietch call --- 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 34a76fd..f3e3211 100644 --- a/lib/src/lightclient.rs +++ b/lib/src/lightclient.rs @@ -889,7 +889,7 @@ impl LightClient { self.do_save()?; - Ok(array![new_address]) + Ok(array!["sietch",new_address]) } pub fn clear_state(&self) {