This commit is contained in:
jl777
2018-07-27 00:43:31 -11:00
parent 4b83ae999b
commit 636517f866
3 changed files with 6 additions and 3 deletions

View File

@@ -15,6 +15,9 @@
#include "CCassets.h"
// need allassets
// find asset
int64_t AddAssetInputs(struct CCcontract_info *cp,CMutableTransaction &mtx,CPubKey pk,uint256 assetid,int64_t total,int32_t maxinputs)
{
char coinaddr[64]; int64_t nValue,price,totalinputs = 0; uint256 txid,hashBlock; std::vector<uint8_t> origpubkey; CTransaction vintx; int32_t j,vout,n = 0;