Skip to content

Commit 331a80f

Browse files
author
limxdev
committed
Update masternode.cpp
1 parent 851a099 commit 331a80f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/masternode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ CMasternode::CollateralStatus CMasternode::CheckCollateral(const COutPoint& outp
121121
}
122122

123123
CMasternode cm;
124-
if(coin.out.nValue != Params().GetConsensus().nMasternodeCollateralMinimum * COIN)
124+
if(coin.out.nValue != Params().GetConsensus().nMasternodeCollateralMinimum * COIN)
125125
{
126126
return COLLATERAL_INVALID_AMOUNT;
127127
}

0 commit comments

Comments
 (0)