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
@@ -3066,7 +3066,6 @@ dependencies = [
"parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-hex 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
"sr-primitives 0.1.0",
"sr-version 0.1.0",
"substrate-client 0.1.0",