Skip to content

Commit

Permalink
SPORK 8 needs to stay off for the time being :(
Browse files Browse the repository at this point in the history
  • Loading branch information
MattF42 authored Jan 11, 2024
1 parent 1fd518d commit c8a7a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spork.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static const int SPORK_15_REQUIRE_FOUNDATION_FEE = 10014;
static const int64_t SPORK_2_INSTANTSEND_ENABLED_DEFAULT = 0; // ON
static const int64_t SPORK_3_INSTANTSEND_BLOCK_FILTERING_DEFAULT = 0; // ON
static const int64_t SPORK_5_INSTANTSEND_MAX_VALUE_DEFAULT = 1000; // 1000 PEPEW
static const int64_t SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT_DEFAULT = 0L; // ON
static const int64_t SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT_DEFAULT = 4070908800ULL; // Off because the PEPEPOW Superblock implementation is, hmm, broke
static const int64_t SPORK_9_SUPERBLOCKS_ENABLED_DEFAULT = 1685008449ULL;// OFF
static const int64_t SPORK_10_MASTERNODE_PAY_UPDATED_NODES_DEFAULT = 4070908800ULL;// OFF
static const int64_t SPORK_12_RECONSIDER_BLOCKS_DEFAULT = 0; // 0 BLOCKS
Expand Down

0 comments on commit c8a7a1d

Please sign in to comment.