Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rename maxnftrecurrsions to maxrecursions
  • Loading branch information
bmacer committed Dec 20, 2021
commit 3d585d97787f38c779e34dd137f5eab39c00883c
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ parameter_types! {
impl pallet_rmrk_core::Config for Runtime {
type Event = Event;
type ProtocolOrigin = frame_system::EnsureRoot<AccountId>;
type MaxNftRecursions = MaxNftRecursions;
type MaxRecursions = MaxRecursions;
}

parameter_types! {
Expand Down