Skip to content

Commit

Permalink
Init lastNotifyChainLockBlockIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Nov 14, 2024
1 parent 3b49764 commit d723ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/llmq/quorums_chainlocks.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class CChainLocksHandler : public CRecoveredSigsListener

CChainLockSig bestChainLockWithKnownBlock;
const CBlockIndex* bestChainLockBlockIndex{nullptr};
const CBlockIndex* lastNotifyChainLockBlockIndex{nullptr};

int32_t lastSignedHeight{-1};
uint256 lastSignedRequestId;
Expand Down

0 comments on commit d723ed0

Please sign in to comment.