Browse Source

removed dao id references from runtime

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

+ 0 - 1
runtime/src/lib.rs

@@ -441,7 +441,6 @@ impl content::Trait for Runtime {
     type PlaylistId = PlaylistId;
     type PersonId = PersonId;
     type SeriesId = SeriesId;
-    type DAOId = DAOId;
     type ChannelOwnershipTransferRequestId = ChannelOwnershipTransferRequestId;
     type MaxNumberOfCuratorsPerGroup = MaxNumberOfCuratorsPerGroup;
 }