diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index 1b08d0839..900ecbd18 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -106,8 +106,8 @@ Value settxfee(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 1) throw runtime_error( - "settxfee \n" - " is a real and is rounded to the nearest 0.00000001 btc per kb"); + "settxfee \n" + " is a real and is rounded to the nearest 0.00000001 LTC per KB"); // Amount int64 nAmount = 0;