mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
Merge pull request #6991
9bd3f03
Clarify 'fee' field in fundrawtransaction help text (Peter Todd)
This commit is contained in:
commit
6876a78b86
1 changed files with 1 additions and 1 deletions
|
@ -2396,7 +2396,7 @@ UniValue fundrawtransaction(const UniValue& params, bool fHelp)
|
||||||
"\nResult:\n"
|
"\nResult:\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
" \"hex\": \"value\", (string) The resulting raw transaction (hex-encoded string)\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"
|
" \"changepos\": n (numeric) The position of the added change output, or -1\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
"\"hex\" \n"
|
"\"hex\" \n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue