bitcoin/doc/release-notes-16378.md

7 lines
339 B
Markdown
Raw Normal View History

2020-08-07 11:36:36 -04:00
RPC
---
- A new `send` RPC with similar syntax to `walletcreatefundedpsbt`, including
2020-09-17 10:06:39 -03:00
support for coin selection and a custom fee rate. The `send` RPC is experimental
and may change in subsequent releases. Using it is encouraged once it's no
longer experimental: `sendmany` and `sendtoaddress` may be deprecated in a future release.