We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51ff32 commit 32b4d6fCopy full SHA for 32b4d6f
1 file changed
src/masternode.cpp
@@ -107,8 +107,7 @@ arith_uint256 CMasternode::CalculateScore(const uint256& blockHash)
107
108
CMasternode::CollateralStatus CMasternode::CheckCollateral(const COutPoint& outpoint)
109
{
110
- int nHeight;
111
- return CheckCollateral(outpoint, nHeight);
+ return CheckCollateral(outpoint);
112
}
113
114
0 commit comments