Skip to content

Commit

Permalink
fix(pencil): Rename timestamp from server to client
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Sep 18, 2024
1 parent cc0a884 commit 96b5386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/identity/associations/association.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96b5386

Please sign in to comment.