Skip to content

Commit

Permalink
fix assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 21, 2024
1 parent 482f9e3 commit d2db462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ private synchronized SafeFuture<Void> fetchMissingContentFromLocalEL(
blobAndProofs -> {
checkArgument(
blobAndProofs.size() == versionedHashes.size(),
"Queried %d versionedHashed but got %s blobAndProofs",
"Queried %s versionedHashed but got %s blobAndProofs",
versionedHashes.size(),
blobAndProofs.size());

Expand Down

0 comments on commit d2db462

Please sign in to comment.