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
@@ -30,7 +30,6 @@ extern crate substrate_primitives as primitives;
extern crate sr_primitives as runtime_primitives;
extern crate sr_version as runtime_version;
extern crate tokio;
extern crate serde_json;
#[macro_use]
extern crate error_chain;