mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
7 lines
313 B
Markdown
7 lines
313 B
Markdown
![]() |
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.
|