From 9a11e969e6f40ddfdcf8e2dea90f1f2827df0ea0 Mon Sep 17 00:00:00 2001 From: Peter Zhang Date: Tue, 3 Dec 2024 20:42:25 +0800 Subject: [PATCH] update config --- run/config-testnet-standard.toml | 2 +- run/config-testnet-turbo.toml | 2 +- run/config.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/run/config-testnet-standard.toml b/run/config-testnet-standard.toml index d39b57de..789ff30c 100644 --- a/run/config-testnet-standard.toml +++ b/run/config-testnet-standard.toml @@ -298,7 +298,7 @@ neighbors_only = true ### RPC Config Options ### ####################################################################### -# [rpc] +[rpc] # Whether to provide RPC service. # enabled = true diff --git a/run/config-testnet-turbo.toml b/run/config-testnet-turbo.toml index f3083cca..f48385ed 100644 --- a/run/config-testnet-turbo.toml +++ b/run/config-testnet-turbo.toml @@ -310,7 +310,7 @@ neighbors_only = true ### RPC Config Options ### ####################################################################### -# [rpc] +[rpc] # Whether to provide RPC service. # enabled = true diff --git a/run/config.toml b/run/config.toml index fe7ab123..d03cbe30 100644 --- a/run/config.toml +++ b/run/config.toml @@ -312,7 +312,7 @@ neighbors_only = true ### RPC Config Options ### ####################################################################### -# [rpc] +[rpc] # Whether to provide RPC service. # enabled = true