Skip to content

Commit

Permalink
build passes
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <justin+github@florentine.us>
  • Loading branch information
jflo committed Sep 26, 2023
1 parent 1bf3803 commit 5ba819e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ public JsonRpcResponse syncResponse(final JsonRpcRequestContext requestContext)
}
}

ValidationResult<RpcErrorType> parameterValidationResult = validateParameter(forkChoice);
ValidationResult<RpcErrorType> parameterValidationResult =
validateParameter(forkChoice, maybePayloadAttributes);
if (!parameterValidationResult.isValid()) {
return new JsonRpcSuccessResponse(requestId, parameterValidationResult);
}
Expand Down

0 comments on commit 5ba819e

Please sign in to comment.