Browse Source

updated names

ignazio-bovo 3 years ago
parent
commit
6f2e93f556
1 changed files with 4 additions and 4 deletions
  1. 4 4
      runtime/src/lib.rs

+ 4 - 4
runtime/src/lib.rs

@@ -429,8 +429,8 @@ impl pallet_finality_tracker::Trait for Runtime {
 parameter_types! {
     pub const MaxNumberOfCuratorsPerGroup: MaxNumber = 50;
     pub const ChannelOwnershipPaymentEscrowId: [u8; 8] = *b"chescrow";
-    pub const VideosMigratedEachBlock: u64 = 20;
-    pub const ChannelsMigratedEachBlock: u64 = 10;
+    pub const VideosMigrationsEachBlock: u64 = 20;
+    pub const ChannelsMigrationsEachBlock: u64 = 10;
 
 }
 
@@ -446,8 +446,8 @@ impl content::Trait for Runtime {
     type ChannelOwnershipTransferRequestId = ChannelOwnershipTransferRequestId;
     type MaxNumberOfCuratorsPerGroup = MaxNumberOfCuratorsPerGroup;
     type DataObjectStorage = Storage;
-    type VideosMigratedEachBlock = VideosMigratedEachBlock;
-    type ChannelsMigratedEachBlock = ChannelsMigratedEachBlock;
+    type VideosMigrationsEachBlock = VideosMigrationsEachBlock;
+    type ChannelsMigrationsEachBlock = ChannelsMigrationsEachBlock;
 }
 
 impl hiring::Trait for Runtime {