We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4063d9d commit 410cfd0Copy full SHA for 410cfd0
src/validationinterface.cpp
@@ -255,5 +255,5 @@ void CMainSignals::NotifyMasternodeListChanged(bool undo, const CDeterministicMN
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());
+ LOG_EVENT("%s: new chain lock pindex: %s, CLSIG: %s", __func__, pindex->GetBlockHash().ToString(), clsig.ToString());
259
}
0 commit comments