Skip to content

Commit 2e2be41

Browse files
author
Łukasz Gąsior
committed
Fix compile in snappy
1 parent 0d56e6d commit 2e2be41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snappy/scala/io/iohk/ethereum/snappy/Prerequisites.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Prerequisites(config: Config) {
5050
val sourceBlockchain = BlockchainImpl(sourceStorages.storages)
5151
val targetBlockchain = targetStorages.map(ts => BlockchainImpl(ts.storages))
5252

53-
private val components = new StdTestConsensusBuilder with ValidatorsBuilder with SyncConfigBuilder {
53+
private val components = new StdTestConsensusBuilder with SyncConfigBuilder {
5454
override lazy val vm: VMImpl = new VMImpl
5555
}
5656

0 commit comments

Comments
 (0)