Skip to content

Commit 54d7379

Browse files
committed
config(nethermind): Add Sync.SnapSync option
1 parent 34a2536 commit 54d7379

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/nethermind/args.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ with lib; {
130130
default = true;
131131
description = "Whether to use the Fast sync mode (the eth/63 synchronization algorithm).";
132132
};
133+
134+
SnapSync = mkOption {
135+
type = types.bool;
136+
default = true;
137+
description = "Whether to use the Snap sync mode.";
138+
};
133139
};
134140
};
135141
}

0 commit comments

Comments
 (0)