mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Activate Segwit DAO hard fork 4 weeks after v1.6.0 release
Push back the (2nd) DAO hard fork activation block height to 680300, which is 4 weeks after the planned 1.6.0 release around 2021/03/25. (Also push back the testnet block activation height to 1943000 - 2 weeks from now assuming an average block time of 10 minutes.)
This commit is contained in:
parent
b4ad6bf637
commit
05ea293595
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ import org.jetbrains.annotations.NotNull;
|
||||||
*/
|
*/
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class RpcService {
|
public class RpcService {
|
||||||
private static final int ACTIVATE_HARD_FORK_2_HEIGHT_MAINNET = 672646;
|
private static final int ACTIVATE_HARD_FORK_2_HEIGHT_MAINNET = 680300;
|
||||||
private static final int ACTIVATE_HARD_FORK_2_HEIGHT_TESTNET = 1906689;
|
private static final int ACTIVATE_HARD_FORK_2_HEIGHT_TESTNET = 1943000;
|
||||||
private static final int ACTIVATE_HARD_FORK_2_HEIGHT_REGTEST = 1;
|
private static final int ACTIVATE_HARD_FORK_2_HEIGHT_REGTEST = 1;
|
||||||
private static final Range<Integer> SUPPORTED_NODE_VERSION_RANGE = Range.closedOpen(180000, 210100);
|
private static final Range<Integer> SUPPORTED_NODE_VERSION_RANGE = Range.closedOpen(180000, 210100);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue