Skip to content

Commit

Permalink
Merge pull request #197 from xmtp/rich/tweak-timestamp
Browse files Browse the repository at this point in the history
Tweak: Use int64 instead of uint64 for timestamps
  • Loading branch information
richardhuaaa committed Aug 7, 2024
2 parents 75d1065 + 3d0ecf9 commit dcfaeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/xmtpv4/message_api/message_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ message PayerEnvelope {
// but the originator_ns is set by the publishing node
message UnsignedOriginatorEnvelope {
uint64 originator_sid = 1;
uint64 originator_ns = 2;
int64 originator_ns = 2;
PayerEnvelope payer_envelope = 3;
}

Expand Down

0 comments on commit dcfaeb6

Please sign in to comment.