Skip to content

Commit 88fb952

Browse files
author
GINcoin Dev
committed
activated spork 10 - 25 feb 2018
1 parent 07c21db commit 88fb952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spork.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ static const int64_t SPORK_3_INSTANTSEND_BLOCK_FILTERING_DEFAULT = 0;
3535
static const int64_t SPORK_5_INSTANTSEND_MAX_VALUE_DEFAULT = 1000; // 1000 GIN
3636
static const int64_t SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT_DEFAULT = 1519399557;
3737
static const int64_t SPORK_9_SUPERBLOCKS_ENABLED_DEFAULT = 4070908800ULL;// OFF
38-
static const int64_t SPORK_10_MASTERNODE_PAY_UPDATED_NODES_DEFAULT = 4070908800ULL;// OFF
38+
static const int64_t SPORK_10_MASTERNODE_PAY_UPDATED_NODES_DEFAULT = 1519516800; // 25 feb 2018
3939
static const int64_t SPORK_12_RECONSIDER_BLOCKS_DEFAULT = 0; // 0 BLOCKS
4040
static const int64_t SPORK_13_OLD_SUPERBLOCK_FLAG_DEFAULT = 4070908800ULL;// OFF
4141
static const int64_t SPORK_14_REQUIRE_SENTINEL_FLAG_DEFAULT = 4070908800ULL;// OFF

0 commit comments

Comments
 (0)