Bart Platak 6 месяцев назад
Родитель
Сommit
e7e7bfb8b5
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      lazer/publisher_sdk/proto/transaction_envelope.proto

+ 0 - 3
lazer/publisher_sdk/proto/transaction_envelope.proto

@@ -31,9 +31,6 @@ message PayloadContext {
 
 // Context contains status of each governance instruction found in transaction
 message GovernanceInstructionContext {
-    // [required] ID of publisher based on the access token used to connect
-    optional uint32 publisher_id = 1;
-
     // [required] the governance instruction
     GovernanceInstruction governance_instruction = 2;
 }