Test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user