Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rjnrohit committed Feb 17, 2025
1 parent ad62444 commit ef29584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.JsonRpc/IJsonRpcConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public interface IJsonRpcConfig : IConfig

[ConfigItem(
Description = "An array of the method names not to log.",
DefaultValue = "[engine_newPayloadV1,engine_newPayloadV2,engine_newPayloadV3,engine_forkchoiceUpdatedV1,engine_forkchoiceUpdatedV2]")]
DefaultValue = "[engine_newPayloadV1,engine_newPayloadV2,engine_newPayloadV3,engine_forkchoiceUpdatedV1,engine_forkchoiceUpdatedV2,flashbots_validateBuilderSubmissionV3]")]
public string[]? MethodsLoggingFiltering { get; set; }

[ConfigItem(Description = "The Engine API host.", DefaultValue = "127.0.0.1")]
Expand Down

0 comments on commit ef29584

Please sign in to comment.