aboutsummaryrefslogtreecommitdiff
path: root/src/rpcnet.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-08-04 01:01:18 +0200
committerWladimir J. van der Laan <[email protected]>2015-08-04 01:24:19 +0200
commitb6fee6b7c71cb339b3249860464d0a066b9a3147 (patch)
treec1c4717bb8fe49e09512452211541eb19bc560e1 /src/rpcnet.cpp
parentMerge pull request #6498 (diff)
parentRationalize currency unit to "BTC" (diff)
downloaddiscoin-b6fee6b7c71cb339b3249860464d0a066b9a3147.tar.xz
discoin-b6fee6b7c71cb339b3249860464d0a066b9a3147.zip
Merge pull request #6504
9ca7857 Rationalize currency unit to "BTC" (Ross Nicoll)
Diffstat (limited to 'src/rpcnet.cpp')
-rw-r--r--src/rpcnet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp
index ed903f9fd..d51aa5030 100644
--- a/src/rpcnet.cpp
+++ b/src/rpcnet.cpp
@@ -423,7 +423,7 @@ UniValue getnetworkinfo(const UniValue& params, bool fHelp)
" }\n"
" ,...\n"
" ],\n"
- " \"relayfee\": x.xxxxxxxx, (numeric) minimum relay fee for non-free transactions in btc/kb\n"
+ " \"relayfee\": x.xxxxxxxx, (numeric) minimum relay fee for non-free transactions in " + CURRENCY_UNIT + "/kB\n"
" \"localaddresses\": [ (array) list of local addresses\n"
" {\n"
" \"address\": \"xxxx\", (string) network address\n"