Skip to content

Commit

Permalink
comments < 80
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Aug 28, 2024
1 parent f9ae660 commit 3d3bbb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -711,8 +711,8 @@ message pending_data_transfer_session_v1 {
uint64 rewardable_bytes = 5;

// Timestamp in milliseconds since the epoch
// From the DataTransferEvent
// NOTE: Be sure to convert `data_transfer_event.timestamp` from seconds -> milliseconds
// From the DataTransferEvent, be sure to convert
// `data_transfer_event.timestamp` from seconds -> milliseconds
uint64 event_timestamp = 6;
// Timestamp in milliseconds since the epoch
// From the file the transfer session was processed
Expand Down

0 comments on commit 3d3bbb7

Please sign in to comment.