This commit is contained in:
jl777
2018-07-22 03:21:26 -11:00
parent e10dea243f
commit bb0c513398
2 changed files with 2 additions and 29 deletions

View File

@@ -45,7 +45,7 @@ uint64_t AddAssetInputs(CMutableTransaction &mtx,CPubKey pk,uint256 assetid,uint
uint64_t GetAssetBalance(CPubKey pk,uint256 tokenid)
{
CMutableTransaction mtx;
return(AddAssetinputs(mtx,pubkey2pk(pubkey),tokenid,0,0));
return(AddAssetInputs(mtx,pk,tokenid,0,0));
}
UniValue AssetOrders(uint256 refassetid)