blob: 504a2644f4619d84416eb57d3b655dbb36062c4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Updated RPCs
--------
The `minconf` option, which allows a user to specify the minimum number
of confirmations a UTXO being spent has, and the `maxconf` option,
which allows specifying the maximum number of confirmations, have been
added to the following RPCs:
- `fundrawtransaction`
- `send`
- `walletcreatefundedpsbt`
- `sendall`
|