Remove serde_json stuff from the metadata RPC (#833)

The metadata call does not work anymore with JSON and just returns an
opaque blob.
This commit is contained in:
Bastian Köcher
2018-09-29 10:37:06 +02:00
committed by Gav Wood
parent bec80177c0
commit fdfd4672c1
5 changed files with 3 additions and 14 deletions
-1
View File
@@ -18,7 +18,6 @@ substrate-primitives = { path = "../primitives" }
sr-primitives = { path = "../sr-primitives" }
sr-version = { path = "../sr-version" }
tokio = "0.1.7"
serde_json = "1.0"
[dev-dependencies]
assert_matches = "1.1"