Merge pull request #6991

9bd3f03 Clarify 'fee' field in fundrawtransaction help text (Peter Todd)
This commit is contained in:
Gregory Maxwell 2015-11-16 00:37:51 -08:00
commit 6876a78b86
No known key found for this signature in database
GPG key ID: EAB5AF94D9E9ABE7

View file

@ -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"