diff --git a/src/rpcdarksend.cpp b/src/rpcdarksend.cpp index b32b45d15d..e6fa91a0f0 100644 --- a/src/rpcdarksend.cpp +++ b/src/rpcdarksend.cpp @@ -52,7 +52,7 @@ Value darksend(const Array& params, bool fHelp) CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid DarkCoin address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); // Amount int64_t nAmount = AmountFromValue(params[1]);