Skip to content

Commit

Permalink
fix NFTs
Browse files Browse the repository at this point in the history
  • Loading branch information
balqaasem committed Aug 30, 2021
1 parent 2ead641 commit 7c856b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions lib-serml/tokens/nft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sp-core = { default-features = false, git = "https://github.com/paritytech/subst
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.8" }
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.8" }
pallet-utility = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.8" }
orml-tokens = { path = "../../../lib-openrml/tokens", default-features = false }
orml-tokens = { path = "../../../lib-openrml/tokens" }
support = { package = "setheum-support", path = "../../support" }
setheum-currencies = { path = "../../tokens/currencies", default-features = false }

Expand All @@ -49,7 +49,6 @@ std = [
"primitives/std",
"orml-traits/std",
"orml-nft/std",
"pallet-timestamp/std",
"setheum-currencies/std",
]
runtime-benchmarks = [
Expand Down
5 changes: 4 additions & 1 deletion lib-serml/tokens/nft/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ use sp_runtime::{
testing::Header,
traits::{BlakeTwo256, IdentityLookup},
};
use support::{mocks::MockAddressMapping, SerpTreasury};
use support::{
mocks::MockAddressMapping,
SerpTreasury
};

parameter_types! {
pub const BlockHashCount: u64 = 250;
Expand Down

0 comments on commit 7c856b7

Please sign in to comment.