New token
This commit is contained in:
@@ -481,7 +481,7 @@ uint64_t IsAssetvout(uint64_t &price,std::vector<uint8_t> &origpubkey,CTransacti
|
|||||||
return(nValue);
|
return(nValue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fprintf(stderr,"Isassetvout: normal output\n");
|
fprintf(stderr,"Isassetvout: normal output v.%d %.8f\n",v,(double)tx.vout[v].nValue/COIN);
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -657,7 +657,7 @@ bool SetFillamounts(uint64_t &paid,uint64_t &remaining_price,uint64_t orig_nValu
|
|||||||
uint64_t AddCCinputs(CMutableTransaction &mtx,CPubKey mypk,uint256 assetid,uint64_t total)
|
uint64_t AddCCinputs(CMutableTransaction &mtx,CPubKey mypk,uint256 assetid,uint64_t total)
|
||||||
{
|
{
|
||||||
uint64_t totalinputs = 0;
|
uint64_t totalinputs = 0;
|
||||||
mtx.vin.push_back(CTxIn(Parseuint256((char *)"01eecd0fcaa2b0a9980c649e04a158135ebec2cbd1a3711089b90e196d5cab3e"),0,CScript()));
|
mtx.vin.push_back(CTxIn(Parseuint256((char *)"5117c5f5f7b077c3f8ef08bc0f5789d6b53a6fea61ee0a51b5c829797bd81a57"),0,CScript()));
|
||||||
totalinputs = COIN;
|
totalinputs = COIN;
|
||||||
return(totalinputs);
|
return(totalinputs);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user