Skip to content

Commit e7e7bfb

Browse files
committed
remove publisher_id
1 parent a1d4250 commit e7e7bfb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lazer/publisher_sdk/proto/transaction_envelope.proto

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ message PayloadContext {
3131

3232
// Context contains status of each governance instruction found in transaction
3333
message GovernanceInstructionContext {
34-
// [required] ID of publisher based on the access token used to connect
35-
optional uint32 publisher_id = 1;
36-
3734
// [required] the governance instruction
3835
GovernanceInstruction governance_instruction = 2;
3936
}

0 commit comments

Comments
 (0)