Remove node-runtime dependency from node-rpc. (#8539)

* Remove node-runtime dependency from node-rpc.

The node-runtime dependency is not used and increases build times.

* update Cargo.lock
This commit is contained in:
Jonathan Brown
2021-04-07 15:05:24 +07:00
committed by GitHub
parent 25de970ab3
commit 9852077dee
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -4244,7 +4244,6 @@ version = "2.0.0"
dependencies = [
"jsonrpc-core",
"node-primitives",
"node-runtime",
"pallet-contracts-rpc",
"pallet-mmr-rpc",
"pallet-transaction-payment-rpc",