transferdev / Transfercoin

source
MIT License
14 stars 42 forks source link

Change vNodes.empty() to vNodes.size() < 3 #45

Closed Infernoman closed 8 years ago

Infernoman commented 8 years ago

Checking for vNodes.empty() or IsInitialBlockDownload() isn't enough of a check for the nodes. if the list isn't empty it skips the check for the size of the list. causing it to stake with less than 3 nodes.