Skip to content

Commit

Permalink
Use blockhash
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Jan 14, 2025
1 parent 88a8e1e commit d3c812e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/validationinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "chain.h"
#include "consensus/validation.h"
#include "evo/deterministicmns.h"
#include "llmq/quorums_chainlocks.h"
#include "logging.h"
#include "scheduler.h"
#include "util/validation.h"
Expand Down Expand Up @@ -256,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", __func__, pindex->GetBlockHash().ToString(), clsig.ToString());
LOG_EVENT("%s: new chain lock pindex: %s, CLSIG: %s", __func__, pindex->GetBlockHash().ToString(), clsig.blockHash);
}

0 comments on commit d3c812e

Please sign in to comment.