This commit is contained in:
jl777
2018-05-07 17:07:38 +03:00
parent 6d04359865
commit 3ed2e7334c
2 changed files with 2 additions and 2 deletions

View File

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