Skip to content

Commit 410cfd0

Browse files
committed
Fix log
1 parent 4063d9d commit 410cfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validationinterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,5 +255,5 @@ void CMainSignals::NotifyMasternodeListChanged(bool undo, const CDeterministicMN
255255

256256
void CMainSignals::NotifyChainLock(const CBlockIndex* pindex, const llmq::CChainLockSig& clsig) {
257257
m_internals->NotifyChainLock(pindex, clsig);
258-
LOG_EVENT("%s: new chain lock pindex: %s, CLSIG: %s", pindex->GetBlockHash.ToString(), clsig.ToString());
258+
LOG_EVENT("%s: new chain lock pindex: %s, CLSIG: %s", __func__, pindex->GetBlockHash().ToString(), clsig.ToString());
259259
}

0 commit comments

Comments
 (0)