Skip to content

Commit

Permalink
cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Apr 12, 2022
1 parent ea61f5c commit 93b6af2
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import path from "node:path";
import {bellatrix, ssz} from "@chainsafe/lodestar-types";
import {RequestOrIncomingResponseBody, RequestOrResponseType} from "../../../../../../src/network/reqresp/types";

// This test data generated with code from 'master' at Jan 1st 2021
// commit: ea3ffab1ffb8093b61a8ebfa4b4432c604c10819

export interface ISszSnappyTestBlockData<T extends RequestOrIncomingResponseBody> {
id: string;
type: RequestOrResponseType;
Expand All @@ -17,7 +14,7 @@ export interface ISszSnappyTestBlockData<T extends RequestOrIncomingResponseBody

/**
* A real big bellatrix block from goerli-shadow-fork-2 devnet, which is expected to be
* encoded in multiple chunks (apart from the legngth prefix and the snappy frames header)
* encoded in multiple chunks.
*/

export const goerliShadowForkBlock13249: ISszSnappyTestBlockData<bellatrix.SignedBeaconBlock> = {
Expand Down

0 comments on commit 93b6af2

Please sign in to comment.