We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf1103 commit 96afa15Copy full SHA for 96afa15
1 file changed
framework/src/main/resources/config.conf
@@ -243,6 +243,9 @@ node {
243
244
# Transactions can only be broadcast if the number of effective connections is reached.
245
minEffectiveConnection = 1
246
+
247
+ # The switch of the reflection service, effective for all gRPC services
248
+ # reflectionService = true
249
}
250
251
# number of solidity thread in the FullNode.
@@ -285,8 +288,6 @@ node {
285
288
# "getnowblock2"
286
289
# ]
287
290
- # The switch of the reflection service, effective for all gRPC services
- # reflectionService = true
291
292
293
## rate limiter config
0 commit comments