Skip to content

Commit

Permalink
Comment new strategy temporaily
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 16, 2024
1 parent 09d8c59 commit 71f0325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/beacon-node/src/chain/archiver/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import {RootHex} from "@lodestar/types";

export enum ArchiveMode {
Full = "full",
Differential = "diff",
// Specify only existing strategy
// Differential = "diff",
}

export interface StatesArchiverOpts {
Expand Down

0 comments on commit 71f0325

Please sign in to comment.