Moves polkadot/keystore to substrate (#221)

* Moves polkadot/keystore to substrate

* Fixes email

* Fixes header comment
This commit is contained in:
Dmitry Kashitsyn
2018-06-19 16:28:43 +07:00
committed by Gav Wood
parent ac0b8b1b45
commit a5eb2643e9
6 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -18,7 +18,6 @@ members = [
"polkadot/collator",
"polkadot/consensus",
"polkadot/executor",
"polkadot/keystore",
"polkadot/parachain",
"polkadot/primitives",
"polkadot/runtime",
@@ -55,6 +54,7 @@ members = [
"substrate/serializer",
"substrate/state-machine",
"substrate/test-runtime",
"substrate/keystore",
"demo/cli",
"demo/executor",