Added missing spec for :sync-data key
This commit is contained in:
parent
06bff32f79
commit
4cd140f701
|
@ -28,6 +28,7 @@
|
||||||
;NODE
|
;NODE
|
||||||
(s/def ::sync-listening-started (s/nilable boolean?))
|
(s/def ::sync-listening-started (s/nilable boolean?))
|
||||||
(s/def ::sync-state (s/nilable keyword?))
|
(s/def ::sync-state (s/nilable keyword?))
|
||||||
|
(s/def ::sync-data (s/nilable map?))
|
||||||
;NETWORK
|
;NETWORK
|
||||||
(s/def ::network (s/nilable keyword?)) ;;network name :testnet
|
(s/def ::network (s/nilable keyword?)) ;;network name :testnet
|
||||||
|
|
||||||
|
@ -48,6 +49,7 @@
|
||||||
::network-status
|
::network-status
|
||||||
::sync-listening-started
|
::sync-listening-started
|
||||||
::sync-state
|
::sync-state
|
||||||
|
::sync-data
|
||||||
::network
|
::network
|
||||||
:accounts/accounts
|
:accounts/accounts
|
||||||
:accounts/account-creation?
|
:accounts/account-creation?
|
||||||
|
|
Loading…
Reference in New Issue