Clean merge into master and 0.12.
Fixes #7331.
Clean merge into master and 0.12.
Fixes #7331.
Does creatrawtransaction also requires an update?
Right, it uses AmountFromValue() as well. Good catch!
2178 | @@ -2180,7 +2179,7 @@ UniValue settxfee(const UniValue& params, bool fHelp) 2179 | "settxfee amount\n" 2180 | "\nSet the transaction fee per kB. Overwrites the paytxfee parameter.\n" 2181 | "\nArguments:\n" 2182 | - "1. amount (numeric, required) The transaction fee in " + CURRENCY_UNIT + "/kB rounded to the nearest 0.00000001\n" 2183 | + "1. amount (numeric or sting, required) The transaction fee in " + CURRENCY_UNIT + "/kB\n"
Typo.
Thanks, scheduled for rc2 ;)