We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851a099 commit 331a80fCopy full SHA for 331a80f
1 file changed
src/masternode.cpp
@@ -121,7 +121,7 @@ CMasternode::CollateralStatus CMasternode::CheckCollateral(const COutPoint& outp
121
}
122
123
CMasternode cm;
124
- if(coin.out.nValue != Params().GetConsensus().nMasternodeCollateralMinimum * COIN)
+ if(coin.out.nValue != Params().GetConsensus().nMasternodeCollateralMinimum * COIN)
125
{
126
return COLLATERAL_INVALID_AMOUNT;
127
0 commit comments