Skip to content

Commit

Permalink
Remove stale config
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszRozmej committed Mar 6, 2024
1 parent 3e72e7f commit c12054e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public class SyncConfig : ISyncConfig
public static ISyncConfig Default { get; } = new SyncConfig();
public static ISyncConfig WithFullSyncOnly { get; } = new SyncConfig { FastSync = false };
public static ISyncConfig WithFastSync { get; } = new SyncConfig { FastSync = true };
public static ISyncConfig WithFastBlocks { get; } = new SyncConfig { FastSync = true };
public static ISyncConfig WithEth2Merge { get; } = new SyncConfig { FastSync = false, BlockGossipEnabled = false };

public bool NetworkingEnabled { get; set; } = true;
Expand Down

0 comments on commit c12054e

Please sign in to comment.