Skip to content

Commit 3979cc8

Browse files
committed
add pub id
1 parent e93cdd9 commit 3979cc8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lazer/publisher_sdk/proto/publisher_update.proto

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ message PublisherUpdate {
99
// Array of updates, each of which target a single feed
1010
repeated FeedUpdate updates = 1;
1111

12+
// ID of the Publisher that is sending the update
13+
// Should match ID stored in Pyth Lazer
14+
optional uint32 publisher_id = 2;
15+
1216
// Timestamp when this message was created
13-
optional google.protobuf.Timestamp publisher_timestamp = 2;
17+
optional google.protobuf.Timestamp publisher_timestamp = 3;
1418
}
1519

1620
// Update to a feed. May contain different types of data depending on what kind of update it is

0 commit comments

Comments
 (0)