Browse Source

runtime: fix renaming of Actor

Mokhtar Naamani 4 years ago
parent
commit
a888b07b73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      runtime/src/integration/content_directory.rs

+ 1 - 1
runtime/src/integration/content_directory.rs

@@ -4,7 +4,7 @@ use crate::{AccountId, ContentDirectoryWorkingGroupInstance, MemberId, Runtime};
 pub(crate) type ContentDirectoryWorkingGroup<T> =
     working_group::Module<T, ContentDirectoryWorkingGroupInstance>;
 
-impl content::ActorAuthenticator for Runtime {
+impl content::ContentActorAuthenticator for Runtime {
     type CuratorId = u64;
     type MemberId = MemberId;
     type CuratorGroupId = u64;