Fix phragmen election to wasm (#3898)

* Fix phragmen-election compile to wasm

* Fix chain_spec stuff

* Fix panic with no term duration
This commit is contained in:
Kian Paimani
2019-10-23 22:04:42 +02:00
committed by Gavin Wood
parent d82216673c
commit 311be1d071
7 changed files with 66 additions and 42 deletions
+1 -1
View File
@@ -2484,7 +2484,7 @@ dependencies = [
"srml-contracts 2.0.0",
"srml-contracts-rpc-runtime-api 2.0.0",
"srml-democracy 2.0.0",
"srml-elections 2.0.0",
"srml-elections-phragmen 2.0.0",
"srml-executive 2.0.0",
"srml-finality-tracker 2.0.0",
"srml-grandpa 2.0.0",