This commit is contained in:
jl777
2018-08-02 00:39:38 -11:00
parent c51da953ad
commit b5af694313
3 changed files with 8 additions and 2 deletions

View File

@@ -221,7 +221,6 @@ uint64_t AddNormalinputs(CMutableTransaction &mtx,CPubKey mypk,uint64_t total,in
if ( j != mtx.vin.size() )
continue;
if ( myGettxout(txid,vout) == out.tx->vout[out.i].nValue )
//if ( GetTransaction(txid,tx,hashBlock,false) != 0 && tx.IsCoinBase() == 0 )
{
mtx.vin.push_back(CTxIn(txid,vout,CScript()));
nValue = out.tx->vout[out.i].nValue;