mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-25 03:22:37 +02:00
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.
This commit is contained in:
parent
cbf9609c71
commit
9bd3f035f0
@ -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…
Reference in New Issue
Block a user