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 b46f87c commit 43c6973Copy full SHA for 43c6973
src/main/scala/io/iohk/ethereum/testmode/TestModeComponentsProvider.scala
@@ -9,7 +9,7 @@ import io.iohk.ethereum.utils.BlockchainConfig
9
import io.iohk.ethereum.utils.Config.SyncConfig
10
import monix.execution.Scheduler
11
12
-/** Provides a ledger instance with modifiable blockchain config (used in test mode). */
+/** Provides a ledger or consensus instances with modifiable blockchain config (used in test mode). */
13
class TestModeComponentsProvider(
14
blockchain: BlockchainImpl,
15
syncConfig: SyncConfig,
0 commit comments