diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -3209,8 +3209,9 @@ "fee configuration, set in " + CURRENCY_UNIT + "/kB\n" - " \"hdmasterkeyid\": \"\" (string) " - "the Hash160 of the HD master pubkey\n" + " \"hdmasterkeyid\": \"\" (string, optional) the " + "Hash160 of the HD master pubkey (only present when HD is " + "enabled)\n" "}\n" "\nExamples:\n" + HelpExampleCli("getwalletinfo", "") +