Skip to content

Commit

Permalink
Fix failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Sep 11, 2023
1 parent 35508b4 commit f0bfaff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/beacon-node/src/chain/validation/attestation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,7 @@ export async function validateAttestation(
code: AttestationErrorCode.BAD_TARGET_EPOCH,
});
} else {
throw new AttestationError(GossipAction.IGNORE, {
code: AttestationErrorCode.INVALID_SIGNATURE,
});
throw err;
}
}
}
Expand Down

0 comments on commit f0bfaff

Please sign in to comment.