Skip to content

Commit fdeebb2

Browse files
committed
minor comments
1 parent f8a5fea commit fdeebb2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

lazer/publisher_sdk/proto/publisher_update.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
syntax = "proto3";
2+
package pyth_lazer_transaction;
23

34
import "google/protobuf/timestamp.proto";
45

5-
package pyth_lazer_transaction;
6-
7-
// All optional fields should always be set unless documented otherwise.
6+
// if any fields marked as [required] are missing, feed/publisher update will be rejected
87

98
// Publisher update included in transaction
109
//

lazer/publisher_sdk/proto/pyth_lazer_transaction.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
syntax = "proto3";
2-
32
package pyth_lazer_transaction;
43

54
import "publisher_update.proto";
65

6+
// if any fields marked as [required] are missing, transaction will be rejected
7+
// if signature does not match payload bytes, transaction will be rejected
8+
79
// Signed transaction for lazer
810
// Payload should be created on the publisher side and encoded as bytes.
911
// Resulting bytes should then be signed with the signature scheme specified.

0 commit comments

Comments
 (0)