This commit is contained in:
jl777
2018-07-27 01:17:12 -11:00
parent 163b0aa78b
commit 5842e917f3

View File

@@ -57,11 +57,11 @@ int64_t GetAssetBalance(CPubKey pk,uint256 tokenid)
return(AddAssetInputs(cp,mtx,pk,tokenid,0,0));
}
UniValue AssetList(uint256 refassetid)
UniValue AssetInfo(uint256 refassetid)
{
}
UniValue AssetInfo()
UniValue AssetList()
{
}