Remove the RPC client example (#10217)

* Remove the RPC client example

Might be slightly contentious but I think we want to migrate this example to `subxt` and redirect the community to use that for things like this.

* Remove rpc-client example code from workspace
This commit is contained in:
David
2021-11-08 22:06:53 +01:00
committed by GitHub
parent 24ee605dcf
commit 3c624174ff
4 changed files with 0 additions and 95 deletions
-1
View File
@@ -11,7 +11,6 @@ members = [
"bin/node/executor",
"bin/node/primitives",
"bin/node/rpc",
"bin/node/rpc-client",
"bin/node/runtime",
"bin/node/testing",
"bin/utils/chain-spec-builder",