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 0d56e6d commit 2e2be41Copy full SHA for 2e2be41
src/snappy/scala/io/iohk/ethereum/snappy/Prerequisites.scala
@@ -50,7 +50,7 @@ class Prerequisites(config: Config) {
50
val sourceBlockchain = BlockchainImpl(sourceStorages.storages)
51
val targetBlockchain = targetStorages.map(ts => BlockchainImpl(ts.storages))
52
53
- private val components = new StdTestConsensusBuilder with ValidatorsBuilder with SyncConfigBuilder {
+ private val components = new StdTestConsensusBuilder with SyncConfigBuilder {
54
override lazy val vm: VMImpl = new VMImpl
55
}
56
0 commit comments