[fix] add missing account schema in base schemas

Signed-off-by: Eric Dvorsak <eric@status.im>
This commit is contained in:
yenda 2018-10-23 12:19:34 +02:00 committed by Eric Dvorsak
parent 073dddcee0
commit bbf91468e7
No known key found for this signature in database
GPG Key ID: 32D08503358DB921
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@
(def v12 [network/v1
bootnode/v4
extension/v12])
extension/v12
account/v12])
(def v13 [network/v1
bootnode/v4