fixed compile error
This commit is contained in:
parent
246037abdb
commit
a8f5472037
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user