Browse Source

Revert

pull/4/head
jl777 6 years ago
parent
commit
c881e52b6e
  1. 2
      src/miner.cpp

2
src/miner.cpp

@ -485,7 +485,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
pblocktemplate->vTxSigOps.push_back(GetLegacySigOpCount(txNotary));
nFees += txfees;
pblocktemplate->vTxFees[0] = -nFees;
*(uint64_t *)(&pblock->vtx[0].vout[0].nValue) += txfees;
//*(uint64_t *)(&pblock->vtx[0].vout[0].nValue) += txfees;
//fprintf(stderr,"added notaryvin\n");
}
else

Loading…
Cancel
Save