Added missing spec for :sync-data key

This commit is contained in:
Julien Eluard 2017-07-12 00:19:03 +02:00 committed by Roman Volosovskyi
parent 06bff32f79
commit 4cd140f701
1 changed files with 2 additions and 0 deletions

View File

@ -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?