Skip to content

Commit

Permalink
rebase fx
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Apr 1, 2023
1 parent 6f296e1 commit 84043b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/network/gossip/handlers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export function getGossipHandlers(modules: ValidatorFnsModules, options: GossipH
// Don't trigger this yet if full block and blobs haven't arrived yet
if (e instanceof BlockGossipError && e.type.code === BlockErrorCode.PARENT_UNKNOWN && blockInput !== null) {
logger.debug("Gossip block has error", {slot, root: blockHex, code: e.type.code});
events.emit(NetworkEvent.unknownBlockParent, blockInput, peerIdStr);
networkEventBus.emit(NetworkEvent.unknownBlockParent, blockInput, peerIdStr);
}
}

Expand Down

0 comments on commit 84043b2

Please sign in to comment.