Skip to content

Commit 4063d9d

Browse files
committed
Define
1 parent 30c8e58 commit 4063d9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/validationinterface.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,8 @@ void CMainSignals::NotifyMasternodeListChanged(bool undo, const CDeterministicMN
252252
diff.updatedMNs.size(),
253253
diff.removedMns.size());
254254
}
255+
256+
void CMainSignals::NotifyChainLock(const CBlockIndex* pindex, const llmq::CChainLockSig& clsig) {
257+
m_internals->NotifyChainLock(pindex, clsig);
258+
LOG_EVENT("%s: new chain lock pindex: %s, CLSIG: %s", pindex->GetBlockHash.ToString(), clsig.ToString());
259+
}

0 commit comments

Comments
 (0)