You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
313 B
7 lines
313 B
5 years ago
|
Wallet changes
|
||
|
--------------
|
||
|
When creating a transaction with a fee above `-maxtxfee` (default 0.1 BTC),
|
||
|
the RPC commands `walletcreatefundedpsbt` and `fundrawtransaction` will now fail
|
||
|
instead of rounding down the fee. Beware that the `feeRate` argument is specified
|
||
|
in BTC per kilobyte, not satoshi per byte.
|