Skip to content

Commit 96afa15

Browse files
fix(conf): fix the config location of the RPC reflection servive (#5739)
1 parent dcf1103 commit 96afa15

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

framework/src/main/resources/config.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@ node {
243243

244244
# Transactions can only be broadcast if the number of effective connections is reached.
245245
minEffectiveConnection = 1
246+
247+
# The switch of the reflection service, effective for all gRPC services
248+
# reflectionService = true
246249
}
247250

248251
# number of solidity thread in the FullNode.
@@ -285,8 +288,6 @@ node {
285288
# "getnowblock2"
286289
# ]
287290

288-
# The switch of the reflection service, effective for all gRPC services
289-
# reflectionService = true
290291
}
291292

292293
## rate limiter config

0 commit comments

Comments
 (0)