use of org.ethereum.config.blockchain.RegTestConfig in project rskj by rsksmart.
the class BlockDifficultyValidationRuleTest method setUpBeforeClass.
@BeforeClass
public static void setUpBeforeClass() throws Exception {
config = new RskSystemProperties();
config.setBlockchainConfig(new RegTestConfig());
}
use of org.ethereum.config.blockchain.RegTestConfig in project rskj by rsksmart.
the class RemascContractExecuteTest method setUpBeforeClass.
@BeforeClass
public static void setUpBeforeClass() throws Exception {
config = new RskSystemProperties();
config.setBlockchainConfig(new RegTestConfig());
remascConfig = new RemascConfigFactory(RemascContract.REMASC_CONFIG).createRemascConfig("regtest");
}
Aggregations