diff --git a/proto/identity/associations/association.proto b/proto/identity/associations/association.proto index 74ae1e0..501bedb 100644 --- a/proto/identity/associations/association.proto +++ b/proto/identity/associations/association.proto @@ -20,7 +20,7 @@ message MemberIdentifier { message Member { MemberIdentifier identifier = 1; optional MemberIdentifier added_by_entity = 2; - optional uint64 server_timestamp_ns = 3; + optional uint64 client_timestamp_ns = 3; } // The first entry of any XID log. The XID must be deterministically derivable