Browse Source

Test

pull/4/head
jl777 6 years ago
parent
commit
0857c3d5d4
  1. 7
      src/miner.cpp

7
src/miner.cpp

@ -492,7 +492,12 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
pblocktemplate->vTxSigOps.push_back(GetLegacySigOpCount(txNotary));
nFees += txfees;
//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
{

Loading…
Cancel
Save