Test
This commit is contained in:
@@ -492,7 +492,12 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
|
|||||||
pblocktemplate->vTxSigOps.push_back(GetLegacySigOpCount(txNotary));
|
pblocktemplate->vTxSigOps.push_back(GetLegacySigOpCount(txNotary));
|
||||||
nFees += txfees;
|
nFees += txfees;
|
||||||
//fprintf(stderr,"added notaryvin\n");
|
//fprintf(stderr,"added notaryvin\n");
|
||||||
} else fprintf(stderr,"error adding notaryvin\n");
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
fprintf(stderr,"error adding notaryvin, need to create 0.0001 utxos\n");
|
||||||
|
return(0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user