fixed compile error

This commit is contained in:
Evan Duffield 2015-07-08 08:19:07 -07:00
parent 246037abdb
commit a8f5472037

View File

@ -415,7 +415,7 @@ bool CMasternodePaymentWinner::IsValid()
{
if(IsReferenceNode(vinMasternode)) return true;
int n = mnodeman.GetMasternodeRank(vinMasternode, nBlockHeight-100, GetMinMasternodePaymentsProto());
int n = mnodeman.GetMasternodeRank(vinMasternode, nBlockHeight-100, masternodePayments.GetMinMasternodePaymentsProto());
if(n == -1)
{