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.
GetBestChainLockHeight()
1 parent 9b1b2c6 commit 98dc874Copy full SHA for 98dc874
src/evo/chainhelper.cpp
@@ -38,7 +38,7 @@ bool CChainstateHelper::HasChainLock(int nHeight, const uint256& blockHash) cons
38
return clhandler.HasChainLock(nHeight, blockHash);
39
}
40
41
-int32_t CChainstateHelper::GetBestChainLockHeight() const { return clhandler.GetBestChainLock().getHeight(); }
+int32_t CChainstateHelper::GetBestChainLockHeight() const { return clhandler.GetBestChainLockHeight(); }
42
43
/** Passthrough functions to CInstantSendManager */
44
std::optional<std::pair</*islock_hash=*/uint256, /*txid=*/uint256>> CChainstateHelper::ConflictingISLockIfAny(
0 commit comments