diff --git a/src/cc/CCassetstx.cpp b/src/cc/CCassetstx.cpp index 26a2682da..646c8f66a 100644 --- a/src/cc/CCassetstx.cpp +++ b/src/cc/CCassetstx.cpp @@ -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() { }