Skip to content

Commit 24d9734

Browse files
committed
drop: fake staking vaults fork
1 parent 5c9846e commit 24d9734

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

divi/src/ForkActivation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ namespace
1717
* activation times.
1818
*/
1919
const std::unordered_map<Fork, int64_t> ACTIVATION_TIMES = {
20+
{Fork::StakingVaults, 2000000000},
2021
{Fork::TestByTimestamp, 1000000000},
2122
};
2223

divi/src/ForkActivation.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ class CBlockIndex;
1919
enum class Fork
2020
{
2121

22+
StakingVaults,
23+
2224
/* Test forks not actually deployed / active but used for unit tests. */
2325
TestByTimestamp,
2426

divi/src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "BlockSigning.h"
1515
#include "checkpoints.h"
1616
#include "checkqueue.h"
17+
#include "ForkActivation.h"
1718
#include "init.h"
1819
#include "kernel.h"
1920
#include "masternode-payments.h"

0 commit comments

Comments
 (0)