chaeplin
Well-known member
Hmm, so whats the use of the command then? If 'masternode list' and 'masternode list active' return the same i don't see the ratonale :smile: - or do you differentiate between active and enabled?
Yes, and (int)mn.IsEnabled()) always returns true/1 - there is no method for changing value of 'enabled' variable of https://github.com/darkcoinproject/darkcoin/blob/master/src/main.h#L2437 - or do i miss something?
I think this one is used https://github.com/darkcoinproject/darkcoin/blob/master/src/main.h#L2467-L2470
And I don't know c++. just grep IsEnabled