Skip to content

Commit

Permalink
Update src/RpcServer/RpcServer.Node.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Feb 21, 2024
1 parent 7754564 commit 6d1e41a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RpcServer/RpcServer.Node.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6d1e41a

Please sign in to comment.