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 c5ca43c commit cd4b595
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/beacon-node/src/network/gossip/handlers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ export function getGossipHandlers(modules: ValidatorFnsModules, options: GossipH

[GossipType.light_client_optimistic_update]: async (lightClientOptimisticUpdate) => {
await validateLightClientOptimisticUpdate(config, chain, lightClientOptimisticUpdate);
return Promise.resolve();
},
};
}
Expand Down

0 comments on commit cd4b595

Please sign in to comment.