We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c3ccb commit c3c969cCopy full SHA for c3c969c
pallets/rmrk-core/src/tests.rs
@@ -54,7 +54,7 @@ fn basic_collection() -> DispatchResult {
54
fn basic_mint() -> DispatchResult {
55
RMRKCore::mint_nft(
56
Origin::signed(ALICE),
57
- Some(ALICE),
+ None, // if not specified defaults to minter
58
COLLECTION_ID_0,
59
Some(ALICE),
60
Some(Permill::from_float(1.525)),
pallets/rmrk-market/src/tests.rs
@@ -40,7 +40,7 @@ fn basic_collection() -> DispatchResult {
40
41
RmrkCore::mint_nft(
42
43
- None, // if not specified defaults to minter
+ Some(ALICE),
44
45
46
0 commit comments