From 4cd140f701a673ae374c33fbf6d47f2731e7f869 Mon Sep 17 00:00:00 2001 From: Julien Eluard Date: Wed, 12 Jul 2017 00:19:03 +0200 Subject: [PATCH] Added missing spec for :sync-data key --- src/status_im/specs.cljs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/status_im/specs.cljs b/src/status_im/specs.cljs index 3e8d6f813e..60f4399d1f 100644 --- a/src/status_im/specs.cljs +++ b/src/status_im/specs.cljs @@ -28,6 +28,7 @@ ;NODE (s/def ::sync-listening-started (s/nilable boolean?)) (s/def ::sync-state (s/nilable keyword?)) +(s/def ::sync-data (s/nilable map?)) ;NETWORK (s/def ::network (s/nilable keyword?)) ;;network name :testnet @@ -48,6 +49,7 @@ ::network-status ::sync-listening-started ::sync-state + ::sync-data ::network :accounts/accounts :accounts/account-creation?