All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.horizen.AppForkConfigurator Maven / Gradle / Ivy

Go to download

This module offers a way to create a sidechain's configuration file and some utilities (account model).

There is a newer version: 0.12.0
Show newest version
package io.horizen;

import io.horizen.fork.ForkConfigurator;
import io.horizen.fork.SidechainForkConsensusEpoch;


public class AppForkConfigurator extends ForkConfigurator {
    @Override
    public SidechainForkConsensusEpoch fork1activation() {
        return new SidechainForkConsensusEpoch(0, 0, 0);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy