From 70313dd1e7518d410dac30db4906aac4846520a7 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Wed, 26 Mar 2014 18:28:43 -1000 Subject: [PATCH] Litecoin: settxfee label in LTC --- src/rpcblockchain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;