From 6d1e41aae010a4e4d9aa9d0a339b1e1b99364dcb Mon Sep 17 00:00:00 2001 From: Shargon Date: Wed, 21 Feb 2024 05:24:17 -0800 Subject: [PATCH] Update src/RpcServer/RpcServer.Node.cs --- src/RpcServer/RpcServer.Node.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/RpcServer/RpcServer.Node.cs b/src/RpcServer/RpcServer.Node.cs index 3e563f110..3bf936d4a 100644 --- a/src/RpcServer/RpcServer.Node.cs +++ b/src/RpcServer/RpcServer.Node.cs @@ -83,7 +83,6 @@ protected virtual JToken GetVersion(JArray _params) json["protocol"]["maxtransactionsperblock"] = system.Settings.MaxTransactionsPerBlock; json["protocol"]["memorypoolmaxtransactions"] = system.Settings.MemoryPoolMaxTransactions; json["protocol"]["initialgasdistribution"] = system.Settings.InitialGasDistribution; - // hardforks json["protocol"]["hardforks"] = new JArray(system.Settings.Hardforks.Select(hf => { JObject forkJson = new();