mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
8 lines
380 B
Markdown
8 lines
380 B
Markdown
Wallet
|
|
------
|
|
|
|
- The `fundrawtransaction`, `send` and `walletcreatefundedpsbt` RPCs now support an `include_unsafe` option
|
|
that when `true` allows using unsafe inputs to fund the transaction.
|
|
Note that the resulting transaction may become invalid if one of the unsafe inputs disappears.
|
|
If that happens, the transaction must be funded with different inputs and republished.
|