We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b098570 commit f40a0d4Copy full SHA for f40a0d4
src/Nethermind/Nethermind.DataMarketplace.Core/Configs/NdmConfig.cs
@@ -22,7 +22,7 @@ namespace Nethermind.DataMarketplace.Core.Configs
22
{
23
public class NdmConfig : INdmConfig
24
25
- public bool Enabled { get; set; } = true;
+ public bool Enabled { get; set; }
26
public string InitializerName { get; set; } = "ndm";
27
public bool StoreConfigInDatabase { get; set; } = true;
28
public string Id { get; set; } = "ndm";
0 commit comments