doc(api): fix order of params for createspend

This commit is contained in:
jp1ac4 2023-06-09 09:11:06 +01:00
parent 74598742f5
commit 11a280bfe4
No known key found for this signature in database
GPG Key ID: A7ACD32423568D7B

View File

@ -125,8 +125,8 @@ This command will refuse to create any output worth less than 5k sats.
| Field | Type | Description |
| -------------- | ----------------- | ----------------------------------------------------------------- |
| `destinations` | object | Map from Bitcoin address to value. |
| `outpoints` | list of string | List of the coins to be spent, as `txid:vout`. |
| `destinations` | object | Map from Bitcoin address to value |
| `feerate` | integer | Target feerate for the transaction, in satoshis per virtual byte. |
#### Response