From 5842e917f37446228cd11a076ca45af64f17963f Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 27 Jul 2018 01:17:12 -1100 Subject: [PATCH] Fix --- src/cc/CCassetstx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() { }