From b1e14cb3116c89dc34bed147cdc994202c275123 Mon Sep 17 00:00:00 2001 From: running-tomato <31307926+tomatoishealthy@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:09:17 +0800 Subject: [PATCH] feat(config): add rpc reflection service config (#116) --- main_net_config.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main_net_config.conf b/main_net_config.conf index 9c02710b..9c664d5a 100644 --- a/main_net_config.conf +++ b/main_net_config.conf @@ -228,6 +228,9 @@ node { # Transactions can only be broadcast if the number of effective connections is reached. minEffectiveConnection = 1 + + # The switch of the reflection service, effective for all gRPC services + # reflectionService = true } # number of solidity thread in the FullNode.