diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 5807fa48bf..b69eabbd53 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -3802,8 +3802,8 @@ UniValue issueasset(const JSONRPCRequest& request) "{ (json object)\n" " \"txid\":\"\", (string) Transaction id for issuance.\n" " \"vin\":\"n\", (numeric) The input position of the issuance in the transaction.\n" - " \"entropy\":\"\" (string) Entropy of the asset type.\n" - " \"asset\":\"\", (string) Asset type for issuance if known.\n" + " \"entropy\":\"\", (string) Entropy of the asset type.\n" + " \"asset\":\"\", (string) Asset type for issuance.\n" " \"token\":\"\", (string) Token type for issuance.\n" "}\n" "\nExamples:\n"