aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmisc.cpp
diff options
context:
space:
mode:
authorJannis Froese <[email protected]>2014-03-24 05:00:24 +0100
committerJannis Froese <[email protected]>2014-03-24 06:02:40 +0100
commit9cae5ebbaf98650619148f2d32476e4dd1b4d70f (patch)
tree4399e25ce25c1b7fbde381f2c2601568fc344df4 /src/rpcmisc.cpp
parentMerge pull request #362 from leofidus/1.7-digishield-fix (diff)
downloaddiscoin-9cae5ebbaf98650619148f2d32476e4dd1b4d70f.tar.xz
discoin-9cae5ebbaf98650619148f2d32476e4dd1b4d70f.zip
change currency three-letter-code to DOGE
also change length of currency amounts in UI (cherry picked from commit inutoshi/inutoshi@8dcef8791a02327c8061235df7a77e2da6b59ee2)
Diffstat (limited to 'src/rpcmisc.cpp')
-rw-r--r--src/rpcmisc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcmisc.cpp b/src/rpcmisc.cpp
index 353fb77b8..4784aee8f 100644
--- a/src/rpcmisc.cpp
+++ b/src/rpcmisc.cpp
@@ -46,7 +46,7 @@ Value getinfo(const Array& params, bool fHelp)
" \"testnet\": true|false, (boolean) if the server is using testnet or not\n"
" \"keypoololdest\": xxxxxx, (numeric) the timestamp (seconds since GMT epoch) of the oldest pre-generated key in the key pool\n"
" \"keypoolsize\": xxxx, (numeric) how many new keys are pre-generated\n"
- " \"paytxfee\": x.xxxx, (numeric) the transaction fee set in btc\n"
+ " \"paytxfee\": x.xxxx, (numeric) the transaction fee set in doge\n"
" \"unlocked_until\": ttt, (numeric) the timestamp in seconds since epoch (midnight Jan 1 1970 GMT) that the wallet is unlocked for transfers, or 0 if the wallet is locked\n"
" \"errors\": \"...\" (string) any error messages\n"
"}\n"