Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Jan 14, 2025
1 parent 4063d9d commit 410cfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validationinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,5 +255,5 @@ void CMainSignals::NotifyMasternodeListChanged(bool undo, const CDeterministicMN

void CMainSignals::NotifyChainLock(const CBlockIndex* pindex, const llmq::CChainLockSig& clsig) {
m_internals->NotifyChainLock(pindex, clsig);
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());
}

0 comments on commit 410cfd0

Please sign in to comment.