difftreelog
fix remove pallet_balance from nonfungible pallet
in: master
3 files changed
Cargo.lockdiffbeforeafterboth6970 "frame-benchmarking",6970 "frame-benchmarking",6971 "frame-support",6971 "frame-support",6972 "frame-system",6972 "frame-system",6973 "pallet-balances",6974 "pallet-common",6973 "pallet-common",6975 "pallet-evm",6974 "pallet-evm",6976 "pallet-evm-coder-substrate",6975 "pallet-evm-coder-substrate",pallets/nonfungible/Cargo.tomldiffbeforeafterboth--- a/pallets/nonfungible/Cargo.toml
+++ b/pallets/nonfungible/Cargo.toml
@@ -12,7 +12,6 @@
frame-benchmarking = { workspace = true, optional = true }
frame-support = { workspace = true }
frame-system = { workspace = true }
-pallet-balances = { workspace = true }
pallet-common = { workspace = true }
pallet-evm = { workspace = true }
pallet-evm-coder-substrate = { workspace = true }
pallets/nonfungible/src/lib.rsdiffbeforeafterboth--- a/pallets/nonfungible/src/lib.rs
+++ b/pallets/nonfungible/src/lib.rs
@@ -170,7 +170,6 @@
+ pallet_common::Config
+ pallet_structure::Config
+ pallet_evm::Config
- + pallet_balances::Config
{
type WeightInfo: WeightInfo;
}