Fixup issueasset help results information

This commit is contained in:
Gregory Sanders 2018-12-01 14:51:53 -05:00
parent 69d8d158cd
commit f9f91ba137

View file

@ -3802,8 +3802,8 @@ UniValue issueasset(const JSONRPCRequest& request)
"{ (json object)\n"
" \"txid\":\"<txid>\", (string) Transaction id for issuance.\n"
" \"vin\":\"n\", (numeric) The input position of the issuance in the transaction.\n"
" \"entropy\":\"<entropy>\" (string) Entropy of the asset type.\n"
" \"asset\":\"<asset>\", (string) Asset type for issuance if known.\n"
" \"entropy\":\"<entropy>\", (string) Entropy of the asset type.\n"
" \"asset\":\"<asset>\", (string) Asset type for issuance.\n"
" \"token\":\"<token>\", (string) Token type for issuance.\n"
"}\n"
"\nExamples:\n"