Explorar el Código

remove publisher_id

Bart Platak hace 6 meses
padre
commit
e7e7bfb8b5
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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;
 }