Skip to content

Commit 455a2f0

Browse files
authored
Update EngineGetBlobsV2.java
Signed-off-by: Jevin Jojo <[email protected]>
1 parent 00cd0e7 commit 455a2f0

File tree

1 file changed

+0
-1
lines changed
  • ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/jsonrpc/internal/methods/engine

1 file changed

+0
-1
lines changed

ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/jsonrpc/internal/methods/engine/EngineGetBlobsV2.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public JsonRpcResponse syncResponse(final JsonRpcRequestContext requestContext)
9696
requestContext.getRequest().getId(),
9797
RpcErrorType.INVALID_ENGINE_GET_BLOBS_TOO_LARGE_REQUEST);
9898
}
99-
EngineGetBlobsV2Metrics
10099
final List<BlobAndProofV2> result = getBlobV2Result(versionedHashes);
101100
long available = result.stream().filter(java.util.Objects::nonNull).count();
102101
availableCounter.inc(available);

0 commit comments

Comments
 (0)