From 14fbeb86ee2ee5a86f3cf6d3679579e77bae9881 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 9 Dec 2022 18:03:52 +0100 Subject: [PATCH] fix a comma --- geth-mainnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geth-mainnet.yml b/geth-mainnet.yml index 0db1778a..4f0746e2 100644 --- a/geth-mainnet.yml +++ b/geth-mainnet.yml @@ -13,12 +13,12 @@ services: [ # Blockchain sync mode ("snap", "full" or "light") "--syncmode=snap", - "--port=49545" + "--port=49545", # Megabytes of memory allocated to internal caching "--cache=8192", # Enable the WS-RPC server "--ws", - "--ws.port=8545" + "--ws.port=8545", "--ws.addr=0.0.0.0", # Enable the HTTP-RPC server "--http",