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 75ddb91 commit 5d5a4d4Copy full SHA for 5d5a4d4
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