This commit is contained in:
jl777
2018-05-07 14:14:12 +03:00
parent 469e1de39f
commit f8fb4922da
2 changed files with 3 additions and 3 deletions

View File

@@ -491,7 +491,8 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
pblocktemplate->vTxFees.push_back(txfees);
pblocktemplate->vTxSigOps.push_back(GetLegacySigOpCount(txNotary));
nFees += txfees;
}
fprintf(stderr,"add notaryvin\n");
} else fprintf(stderr,"error adding notaryvin\n");
}
else
{