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); }