diff --git a/hapi/hedera-protobufs/platform/event/gossip_event.proto b/hapi/hedera-protobufs/platform/event/gossip_event.proto index f36304e424cf..b0e16fd9b2fc 100644 --- a/hapi/hedera-protobufs/platform/event/gossip_event.proto +++ b/hapi/hedera-protobufs/platform/event/gossip_event.proto @@ -77,5 +77,5 @@ message GossipEvent { * This field MUST contain one entry for each transaction * included in this gossip event. */ - repeated bytes transaction = 4; + repeated bytes transactions = 4; }