Skip to content

Commit

Permalink
fix: Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Roberts <ryan@blockchaintp.com>
  • Loading branch information
ryan-s-roberts committed Sep 28, 2021
1 parent 0688116 commit a189922
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import com.daml.ledger.participant.state.kvutils.DamlKvutils;


/**
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public String participantId() {
public Future<SubmissionResult> commit(final String correlationId, final Raw.Envelope envelope,
final CommitMetadata metadata, final TelemetryContext telemetryContext) {
synchronized (this) {

LOG.debug("Commit correlation id {}", correlationId);
var commits = commitPayloadBuilder.build(envelope, metadata, correlationId).stream()
.map(payload -> submitter.submitPayload(payload).thenApply(x -> {
if (x == SubmissionStatus.OVERLOADED) {
Expand Down

0 comments on commit a189922

Please sign in to comment.