remove unnecessary dep on node-primitives

This commit is contained in:
Alexander Popiak
2021-10-15 12:01:03 +02:00
parent 766711980d
commit 4a704cc593
2 changed files with 0 additions and 3 deletions
Generated
-1
View File
@@ -6126,7 +6126,6 @@ dependencies = [
"frame-executive",
"frame-support",
"frame-system",
"node-primitives",
"pallet-asset-tx-payment",
"pallet-assets",
"pallet-authorship",
@@ -25,7 +25,6 @@ pallet-authorship = { git = 'https://github.com/paritytech/substrate', default-f
pallet-balances = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.11" }
sp-runtime = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.11" }
sp-core = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.11" }
node-primitives = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.11" }
# Polkadot dependencies
polkadot-runtime-common = { git = 'https://github.com/paritytech/polkadot', default-features = false , branch = "release-v0.9.11" }
@@ -60,7 +59,6 @@ std = [
'pallet-assets/std',
'pallet-authorship/std',
'pallet-balances/std',
'node-primitives/std',
'polkadot-runtime-common/std',
'polkadot-primitives/std',
]