Skip to content

Commit

Permalink
Add missing default value for SPORK_19_CHAINLOCKS_ENABLED (#2670)
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock authored and UdjinM6 committed Jan 30, 2019
1 parent 6da3413 commit ca6c8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ std::map<int, int64_t> mapSporkDefaults = {
{SPORK_16_INSTANTSEND_AUTOLOCKS, 4070908800ULL}, // OFF
{SPORK_17_QUORUM_DKG_ENABLED, 4070908800ULL}, // OFF
{SPORK_18_QUORUM_DEBUG_ENABLED, 4070908800ULL}, // OFF
{SPORK_19_CHAINLOCKS_ENABLED, 4070908800ULL}, // OFF
};

bool CSporkManager::SporkValueIsActive(int nSporkID, int64_t &nActiveValueRet) const
Expand Down

0 comments on commit ca6c8f5

Please sign in to comment.