From b78bd5cc764a561e3342fa4a96ca6e8e02821f8d Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Thu, 21 Dec 2017 07:12:35 +0100 Subject: [PATCH] Dashify help text of fundrawtransaction --- src/wallet/rpcwallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 0f7e4347e..2bb8bd9df 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -2666,7 +2666,7 @@ UniValue fundrawtransaction(const UniValue& params, bool fHelp) "1. \"hexstring\" (string, required) The hex string of the raw transaction\n" "2. options (object, optional)\n" " {\n" - " \"changeAddress\" (string, optional, default pool address) The bitcoin address to receive the change\n" + " \"changeAddress\" (string, optional, default pool address) The dash address to receive the change\n" " \"changePosition\" (numeric, optional, default random) The index of the change output\n" " \"includeWatching\" (boolean, optional, default false) Also select inputs which are watch only\n" " \"lockUnspents\" (boolean, optional, default false) Lock selected unspent outputs\n"