Skip to content

Commit 32b4d6f

Browse files
author
limxdev
committed
Update masternode.cpp
1 parent d51ff32 commit 32b4d6f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/masternode.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ arith_uint256 CMasternode::CalculateScore(const uint256& blockHash)
107107

108108
CMasternode::CollateralStatus CMasternode::CheckCollateral(const COutPoint& outpoint)
109109
{
110-
int nHeight;
111-
return CheckCollateral(outpoint, nHeight);
110+
return CheckCollateral(outpoint);
112111
}
113112

114113
CMasternode::CollateralStatus CMasternode::CheckCollateral(const COutPoint& outpoint)

0 commit comments

Comments
 (0)