You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int nOffset = nBlockHeight % m_consensus_params.nBudgetPaymentsCycleBlocks;
161
161
if (nOffset < m_consensus_params.nBudgetPaymentsWindowBlocks) {
162
162
// NOTE: old budget system is disabled since 12.1
163
-
if(m_mn_sync.IsSynced()) {
163
+
if (m_govman.IsValidAndSynced()) {
164
164
// no old budget blocks should be accepted here on mainnet,
165
165
// testnet/devnet/regtest should produce regular blocks only
166
166
LogPrint(BCLog::GOBJECT, "CMNPaymentsProcessor::%s -- WARNING! Client synced but old budget system is disabled, checking block value against block reward\n", __func__);
0 commit comments