@@ -24,22 +24,22 @@ class CSporkManager;
2424 Don't ever reuse these IDs for other sporks
2525 - This would result in old clients getting confused about which spork is for what
2626*/
27- static const int SPORK_START = 10001 ;
28- static const int SPORK_END = 10013 ;
27+ static const int SPORK_START = 10001 ;
28+ static const int SPORK_END = 10013 ;
2929// FXTC BEGIN
3030static const int SPORK_BTX_START = 94680010 ;
3131static const int SPORK_BTX_END = 94680033 ;
3232// FXTC END
3333
34- static const int SPORK_2_INSTANTSEND_ENABLED = 10001 ;
35- static const int SPORK_3_INSTANTSEND_BLOCK_FILTERING = 10002 ;
36- static const int SPORK_5_INSTANTSEND_MAX_VALUE = 10004 ;
37- static const int SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT = 10007 ;
38- static const int SPORK_9_SUPERBLOCKS_ENABLED = 10008 ;
39- static const int SPORK_10_MASTERNODE_PAY_UPDATED_NODES = 10009 ;
40- static const int SPORK_12_RECONSIDER_BLOCKS = 10011 ;
41- static const int SPORK_13_OLD_SUPERBLOCK_FLAG = 10012 ;
42- static const int SPORK_14_REQUIRE_SENTINEL_FLAG = 10013 ;
34+ static const int SPORK_2_INSTANTSEND_ENABLED = 10001 ;
35+ static const int SPORK_3_INSTANTSEND_BLOCK_FILTERING = 10002 ;
36+ static const int SPORK_5_INSTANTSEND_MAX_VALUE = 10004 ;
37+ static const int SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT = 10007 ;
38+ static const int SPORK_9_SUPERBLOCKS_ENABLED = 10008 ;
39+ static const int SPORK_10_MASTERNODE_PAY_UPDATED_NODES = 10009 ;
40+ static const int SPORK_12_RECONSIDER_BLOCKS = 10011 ;
41+ static const int SPORK_13_OLD_SUPERBLOCK_FLAG = 10012 ;
42+ static const int SPORK_14_UNKNOW = 10013 ;
4343// FXTC BEGIN
4444static const int SPORK_BTX_01_HANDBRAKE_HEIGHT = 94680010 ;
4545static const int SPORK_BTX_01_HANDBRAKE_FORCE_SHA256D = 94680011 ;
@@ -49,17 +49,17 @@ static const int SPORK_BTX_01_HANDBRAKE_FORCE_LYRA2Z = 94680014;
4949static const int SPORK_BTX_01_HANDBRAKE_FORCE_X11 = 94680015 ;
5050static const int SPORK_BTX_01_HANDBRAKE_FORCE_X16R = 94680016 ;
5151
52- static const int SPORK_BTX_15_COINBASE_MATURITY_STAGE_2 = 94680021 ;
53- static const int SPORK_BTX_02_IGNORE_EXTRA_REWARD_CHECK = 94680022 ;
54- static const int SPORK_BTX_02_IGNORE_EXTRA_REWARD_VALUE = 94680023 ;
55- static const int SPORK_BTX_16_UNKNOW = 94680024 ;
56- static const int SPORK_BTX_17_UNKNOW = 94680025 ;
57-
58- static const int SPORK_BTX_18_MIN_PEER_PROTO_VERSION = 94680031 ;
59- static const int SPORK_BTX_19_SHOW_UPDATE_MESSAGE = 94680032 ;
60- static const int SPORK_BTX_20_UNKNOW = 94680026 ;
61- static const int SPORK_BTX_21_UNKNOW = 94680027 ;
62- static const int SPORK_BTX_22_UNKNOW = 94680028 ;
52+ static const int SPORK_BTX_15_COINBASE_MATURITY_STAGE_2 = 94680021 ;
53+ static const int SPORK_BTX_02_IGNORE_EXTRA_REWARD_CHECK = 94680022 ;
54+ static const int SPORK_BTX_02_IGNORE_EXTRA_REWARD_VALUE = 94680023 ;
55+ static const int SPORK_BTX_16_UNKNOW = 94680024 ;
56+ static const int SPORK_BTX_17_UNKNOW = 94680025 ;
57+
58+ static const int SPORK_BTX_18_MIN_PEER_PROTO_VERSION = 94680031 ;
59+ static const int SPORK_BTX_19_SHOW_UPDATE_MESSAGE = 94680032 ;
60+ static const int SPORK_BTX_20_UNKNOW = 94680026 ;
61+ static const int SPORK_BTX_21_UNKNOW = 94680027 ;
62+ static const int SPORK_BTX_22_UNKNOW = 94680028 ;
6363// FXTC END
6464
6565static const int64_t SPORK_2_INSTANTSEND_ENABLED_DEFAULT = 0 ; // ON
@@ -70,7 +70,7 @@ static const int64_t SPORK_9_SUPERBLOCKS_ENABLED_DEFAULT = 407090
7070static const int64_t SPORK_10_MASTERNODE_PAY_UPDATED_NODES_DEFAULT = 4070908800ULL ;// OFF
7171static const int64_t SPORK_12_RECONSIDER_BLOCKS_DEFAULT = 0 ; // 0 BLOCKS
7272static const int64_t SPORK_13_OLD_SUPERBLOCK_FLAG_DEFAULT = 4070908800ULL ;// OFF
73- static const int64_t SPORK_14_REQUIRE_SENTINEL_FLAG_DEFAULT = 4070908800ULL ;// OFF
73+ static const int64_t SPORK_14_UNKNOW_DEFAULT = 4070908800ULL ;// OFF
7474// FXTC BEGIN
7575static const int64_t SPORK_BTX_01_HANDBRAKE_HEIGHT_DEFAULT = 4070908800ULL ;// OFF
7676static const int64_t SPORK_BTX_01_HANDBRAKE_FORCE_SHA256D_DEFAULT = 1 ; // 1x
@@ -80,14 +80,14 @@ static const int64_t SPORK_BTX_01_HANDBRAKE_FORCE_LYRA2Z_DEFAULT = 1;
8080static const int64_t SPORK_BTX_01_HANDBRAKE_FORCE_X11_DEFAULT = 1 ; // 1x
8181static const int64_t SPORK_BTX_01_HANDBRAKE_FORCE_X16R_DEFAULT = 1 ; // 1x
8282
83- static const int64_t SPORK_BTX_15_COINBASE_MATURITY_STAGE_2_DEFAULT = 4070908800ULL ;// OFF
83+ static const int64_t SPORK_BTX_15_COINBASE_MATURITY_STAGE_2_DEFAULT = 4070908800ULL ;// OFF
8484static const int64_t SPORK_BTX_02_IGNORE_EXTRA_REWARD_CHECK_DEFAULT = 4070908800ULL ;// OFF
8585static const int64_t SPORK_BTX_02_IGNORE_EXTRA_REWARD_VALUE_DEFAULT = 4070908800ULL ;// OFF
8686static const int64_t SPORK_BTX_16_UNKNOW_DEFAULT = 4070908800ULL ;// OFF
8787static const int64_t SPORK_BTX_17_UNKNOW_DEFAULT = 4070908800ULL ;// OFF
8888
8989static const int64_t SPORK_BTX_18_MIN_PEER_PROTO_VERSION_DEFAULT = 70016 ;// OFF
90- static const int64_t SPORK_BTX_19_SHOW_UPDATE_MESSAGE_DEFAULT = 4070908800ULL ;// OFF
90+ static const int64_t SPORK_BTX_19_SHOW_UPDATE_MESSAGE_DEFAULT = 4070908800ULL ;// OFF
9191static const int64_t SPORK_BTX_20_UNKNOW_DEFAULT = 4070908800ULL ;// OFF
9292static const int64_t SPORK_BTX_21_UNKNOW_DEFAULT = 4070908800ULL ;// OFF
9393static const int64_t SPORK_BTX_22_UNKNOW_DEFAULT = 4070908800ULL ;// OFF
0 commit comments