Skip to content

Commit

Permalink
remove unnecessary promise resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
dadepo committed Sep 26, 2022
1 parent e46277f commit c5ca43c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ export async function validateLightClientOptimisticUpdate(
}

chain.lightClientServer.latestForwardedOptimisticSlot = lightClientOptimisticUpdate.attestedHeader.slot;
return Promise.resolve();
}

0 comments on commit c5ca43c

Please sign in to comment.