mirror of
https://github.com/dashpay/dash.git
synced 2024-12-30 22:35:51 +01:00
removed comments
This commit is contained in:
parent
50219d381e
commit
2fc54f3e5f
@ -4942,10 +4942,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
|
|||||||
if(mv1.GetVotes() == MASTERNODE_PAYMENTS_MIN_VOTES-1){
|
if(mv1.GetVotes() == MASTERNODE_PAYMENTS_MIN_VOTES-1){
|
||||||
mv1.Vote();
|
mv1.Vote();
|
||||||
} else {
|
} else {
|
||||||
printf("Looking for block %"PRI64u" %s\n", mv1.blockHeight, mv1.GetPubKey().ToString().c_str());
|
|
||||||
BOOST_FOREACH(CMasterNodeVote& mv2, darkSendMasterNodeVotes) {
|
BOOST_FOREACH(CMasterNodeVote& mv2, darkSendMasterNodeVotes) {
|
||||||
printf(" ---- %"PRI64u" %s \n", mv2.blockHeight, mv2.GetPubKey().ToString().c_str());
|
|
||||||
|
|
||||||
if((mv1.blockHeight == mv2.blockHeight && mv1.GetPubKey() == mv2.GetPubKey())) {
|
if((mv1.blockHeight == mv2.blockHeight && mv1.GetPubKey() == mv2.GetPubKey())) {
|
||||||
mv1.Vote();
|
mv1.Vote();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user