Skip to content

Commit

Permalink
Activate Segwit DAO hard fork 4 weeks after v1.6.0 release
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
stejbac committed Mar 20, 2021
1 parent b4ad6bf commit 05ea293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/bisq/core/dao/node/full/RpcService.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
*/
@Slf4j
public class RpcService {
private static final int ACTIVATE_HARD_FORK_2_HEIGHT_MAINNET = 672646;
private static final int ACTIVATE_HARD_FORK_2_HEIGHT_TESTNET = 1906689;
private static final int ACTIVATE_HARD_FORK_2_HEIGHT_MAINNET = 680300;
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 Range<Integer> SUPPORTED_NODE_VERSION_RANGE = Range.closedOpen(180000, 210100);

Expand Down

0 comments on commit 05ea293

Please sign in to comment.