git.delta.rocks / unique-network / refs/commits / 5626c4ea6486

difftreelog

fix remove pallet_balance from nonfungible pallet

Grigoriy Simonov2023-06-05parent: #742f829.patch.diff
in: master

3 files changed

modifiedCargo.lockdiffbeforeafterboth
6970 "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",
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
12frame-benchmarking = { workspace = true, optional = true }12frame-benchmarking = { workspace = true, optional = true }
13frame-support = { workspace = true }13frame-support = { workspace = true }
14frame-system = { workspace = true }14frame-system = { workspace = true }
15pallet-balances = { workspace = true }
16pallet-common = { workspace = true }15pallet-common = { workspace = true }
17pallet-evm = { workspace = true }16pallet-evm = { workspace = true }
18pallet-evm-coder-substrate = { workspace = true }17pallet-evm-coder-substrate = { workspace = true }
modifiedpallets/nonfungible/src/lib.rsdiffbeforeafterboth
170 + pallet_common::Config170 + pallet_common::Config
171 + pallet_structure::Config171 + pallet_structure::Config
172 + pallet_evm::Config172 + pallet_evm::Config
173 + pallet_balances::Config
174 {173 {
175 type WeightInfo: WeightInfo;174 type WeightInfo: WeightInfo;
176 }175 }