Skip to content

Commit

Permalink
[EC-236] Fix ets compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanVerbner committed Sep 22, 2017
1 parent 3e7ca45 commit d5fb4d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class HomesteadToEIP150At5 extends BlockchainTestConfig {
override val eip150BlockNumber = 5
override val homesteadBlockNumber = 0
}
class HomesteadToDaoAt5 extends BlockChainTestConfig {
class HomesteadToDaoAt5 extends BlockchainTestConfig {
override val homesteadBlockNumber = 0
override val daoForkConfig: Option[DaoForkConfig] = Some(
new DaoForkConfig {
Expand Down

0 comments on commit d5fb4d7

Please sign in to comment.