fix: adjust the number of spork defaults

6275 follow-up
This commit is contained in:
UdjinM6 2024-10-16 13:16:00 +03:00
parent d62fa7c0d9
commit d3345c9ee4
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9

View File

@ -68,7 +68,7 @@ struct CSporkDef
};
#define MAKE_SPORK_DEF(name, defaultValue) CSporkDef{name, defaultValue, #name}
[[maybe_unused]] static constexpr std::array<CSporkDef, 8> sporkDefs = {
[[maybe_unused]] static constexpr std::array<CSporkDef, 7> sporkDefs = {
MAKE_SPORK_DEF(SPORK_2_INSTANTSEND_ENABLED, 4070908800ULL), // OFF
MAKE_SPORK_DEF(SPORK_3_INSTANTSEND_BLOCK_FILTERING, 4070908800ULL), // OFF
MAKE_SPORK_DEF(SPORK_9_SUPERBLOCKS_ENABLED, 4070908800ULL), // OFF