diff --git a/src/Node/Blockcore.Node/NodeBuilder.cs b/src/Node/Blockcore.Node/NodeBuilder.cs index 6faa4d748..3f5e9529d 100644 --- a/src/Node/Blockcore.Node/NodeBuilder.cs +++ b/src/Node/Blockcore.Node/NodeBuilder.cs @@ -70,8 +70,8 @@ private static IFullNodeBuilder CreateBaseBuilder(string chain, NodeSettings set .UseNodeSettings(settings) .UseBlockStore() .UseMempool() - .UseBlockNotification() - .UseTransactionNotification() + //.UseBlockNotification() this feature is broken and anyway its not used + // .UseTransactionNotification() this feature is broken and anyway its not used .UseNodeHost() .AddRPC() .UseDiagnosticFeature();