Fix compile errors (#17)

* Fix compile errors

* Fix tests, close #13 BTW
This commit is contained in:
Yuanchao Sun
2019-09-13 03:31:05 +08:00
committed by Andrew Jones
parent 25c3e81811
commit 650c6d3bb0
3 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ runtime_primitives = { git = "https://github.com/paritytech/substrate/", package
serde = { version = "1.0", features = ["derive"] }
sr-version = { git = "https://github.com/paritytech/substrate/", package = "sr-version" }
srml-system = { git = "https://github.com/paritytech/substrate/", package = "srml-system" }
substrate-rpc = { git = "https://github.com/paritytech/substrate/", package = "substrate-rpc" }
substrate-rpc-api = { git = "https://github.com/paritytech/substrate/", package = "substrate-rpc-api" }
substrate-primitives = { git = "https://github.com/paritytech/substrate/", package = "substrate-primitives" }
transaction_pool = { git = "https://github.com/paritytech/substrate/", package = "substrate-transaction-pool" }
url = "1.7"