mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
765 B
765 B
RPC changes
-
The
walletcreatefundedpsbt
RPC call will now fail withInsufficient funds
when inputs are manually selected but are not enough to cover the outputs and fee. Additional inputs can automatically be added through the newadd_inputs
option. -
The
fundrawtransaction
RPC now supportsadd_inputs
option that whenfalse
prevents adding more inputs if necessary and consequently the RPC fails. -
A new
send
RPC with similar syntax towalletcreatefundedpsbt
, including support for coin selection and a custom fee rate. Thesend
RPC is experimental and may change in subsequent releases. Using it is encouraged once it's no longer experimental:sendmany
andsendtoaddress
may be deprecated in a future release.