We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cac4f commit bb3101bCopy full SHA for bb3101b
src/main/scala/io/iohk/ethereum/nodebuilder/NodeBuilder.scala
@@ -137,7 +137,7 @@ trait PeerDiscoveryManagerBuilder {
137
138
trait BlacklistBuilder {
139
private val blacklistSize: Int = 1000 // TODO ETCM-642 move to config
140
- val blacklist: Blacklist = CacheBasedBlacklist.empty(blacklistSize)
+ lazy val blacklist: Blacklist = CacheBasedBlacklist.empty(blacklistSize)
141
}
142
143
trait NodeStatusBuilder {
0 commit comments