aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
diff options
context:
space:
mode:
authorPeter Todd <[email protected]>2015-11-11 13:52:03 -0500
committerPeter Todd <[email protected]>2015-11-11 13:52:03 -0500
commit9bd3f035f09acba550e037de3028894a4047d6ae (patch)
treee9b2ba6a024d1aa08b839b9e77de3c23c50975cd /src/wallet/rpcwallet.cpp
parentMerge pull request #6969 (diff)
downloaddiscoin-9bd3f035f09acba550e037de3028894a4047d6ae.tar.xz
discoin-9bd3f035f09acba550e037de3028894a4047d6ae.zip
Clarify 'fee' field in fundrawtransaction help text
Previous text could be interpreted as the the _additional_ fee paid by the result on top of the fee the original version paid, rather than the correct interpretation: the absolute fee the resulting tx pays.
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
-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 d93050d98..3428625ce 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"