Skip to content

Commit

Permalink
Update ledger-api/grpc-definitions/com/daml/ledger/api/v1/experimenta…
Browse files Browse the repository at this point in the history
…l_features.proto

Co-authored-by: fabiotudone-da <[email protected]>
  • Loading branch information
nicu-da and fabiotudone-da authored Jan 11, 2022
1 parent 96a26e9 commit 3ddc012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ message CommandDeduplicationPeriodSupport {

// How the participant node reports duplicate command submissions.
enum CommandDeduplicationType {
// Duplicate commands are exclusively reported asynchronous via completions.
// Duplicate commands are exclusively reported asynchronously via completions.
ASYNC_ONLY = 0;
// Commands that are duplicates of concurrently submitted commands are reported synchronously via a gRPC error on the
// command submission, while all other duplicate commands are reported asynchronously via completions.
Expand Down

0 comments on commit 3ddc012

Please sign in to comment.