doc(api): fix order of params for createspend
This commit is contained in:
parent
74598742f5
commit
11a280bfe4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user