From e7066211c6ed362aa659864ffbac62f8debbe19a Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 27 Jul 2018 01:31:30 -1100 Subject: [PATCH] Tokeninfo rpc --- src/cc/CCassetstx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cc/CCassetstx.cpp b/src/cc/CCassetstx.cpp index 8a90fb037..3700f4db7 100644 --- a/src/cc/CCassetstx.cpp +++ b/src/cc/CCassetstx.cpp @@ -78,7 +78,6 @@ UniValue AssetInfo(uint256 assetid) sprintf(numstr,"%.8f",(double)vintx.vout[0].nValue/COIN); result.push_back(Pair("supply",numstr)); result.push_back(Pair("description",description)); - result.push_back(Pair("result","success")); return(result); }