Skip to content

Commit

Permalink
Fix package options for participant_offset.proto (digital-asset#16969)
Browse files Browse the repository at this point in the history
[CHANGELOG_BEGIN]
[CHANGELOG_END]
  • Loading branch information
nmarton-da authored Jun 8, 2023
1 parent fb6a564 commit 77cc036
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions buf-ledger-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ breaking:
# We rely in particular on fields not getting renamed in `UpdateXXX` calls that use a `FieldMask`
# to select the fields to update, see https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/field_mask.proto

ignore:
- com/daml/ledger/api/v2/participant_offset.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ package com.daml.ledger.api.v2;


option java_outer_classname = "ParticipantOffsetOuterClass";
option java_package = "com.daml.ledger.api.v1";
option csharp_namespace = "Com.Daml.Ledger.Api.V1";
option java_package = "com.daml.ledger.api.v2";
option csharp_namespace = "Com.Daml.Ledger.Api.V2";

// Describes a specific point on the participant. This is a participant local value:
// changes synchronized via a specific domain should have different participant offsets
Expand Down

0 comments on commit 77cc036

Please sign in to comment.