aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2015-11-16 00:37:51 -0800
committerGregory Maxwell <greg@xiph.org>2015-11-16 00:38:08 -0800
commit6876a78b863e2d4f4c7ad94627bb35363f6fa720 (patch)
tree64a62a9dba91a67378dee35421298ec46faedeff /src/wallet
parent814697c5569c760c8bdb426ea8ffb6bd74686cfa (diff)
parent9bd3f035f09acba550e037de3028894a4047d6ae (diff)
downloadbitcoin-6876a78b863e2d4f4c7ad94627bb35363f6fa720.tar.xz
Merge pull request #6991
9bd3f03 Clarify 'fee' field in fundrawtransaction help text (Peter Todd)
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/rpcwallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index 7b7c9b3256..bc00c62e9c 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -2396,7 +2396,7 @@ UniValue fundrawtransaction(const UniValue& params, bool fHelp)
"\nResult:\n"
"{\n"
" \"hex\": \"value\", (string) The resulting raw transaction (hex-encoded string)\n"
- " \"fee\": n, (numeric) The fee added to the transaction\n"
+ " \"fee\": n, (numeric) Fee the resulting transaction pays\n"
" \"changepos\": n (numeric) The position of the added change output, or -1\n"
"}\n"
"\"hex\" \n"